Skip to content

Add headers default ignore patterns (composite GitHub Actions + .git)#193

Open
radeksimko wants to merge 2 commits intohashicorp:mainfrom
radeksimko:add-headers-default-ignore-patterns
Open

Add headers default ignore patterns (composite GitHub Actions + .git)#193
radeksimko wants to merge 2 commits intohashicorp:mainfrom
radeksimko:add-headers-default-ignore-patterns

Conversation

@radeksimko
Copy link
Member

🛠️ Description

This is to reduce noise, and avoid the need to add these relatively common paths into the configuration.

🔗 External Links

👍 Definition of Done

  • New functionality works?
  • Tests added?

🤔 Can be merged upon approval?

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@radeksimko radeksimko requested a review from a team as a code owner February 13, 2026 11:58
"**/node_modules/**",
".copywrite.hcl",
".git/**/*.pack",
".git/**",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just wanted to understand the purpose why exactly are skipping .git folder entirely.
.git folder might contain hooks / shell scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants