Skip to content

Commit

Permalink
chore(license): ignore the policy-data directory (#357)
Browse files Browse the repository at this point in the history
Modifies the upstream verfication task so that it ignores the
`policy-data` directory, which is added for downstream builds.

Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance authored Nov 21, 2024
1 parent 26ec88b commit f98269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Check license headers
run: |
set -e
addlicense -l apache -c 'The Sigstore Authors' -v *
addlicense -ignore policy-data/** -l apache -c 'The Sigstore Authors' -v *
git diff --exit-code
golangci:
Expand Down

0 comments on commit f98269e

Please sign in to comment.