Skip to content

Commit

Permalink
fix: Ignore SECURITY.md on license check
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Nov 21, 2024
1 parent 36398cf commit c41cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/testForLicenseHeaders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ while read -r file ; do
failure=true
done <<< "$(git ls-files \
| grep -Ev '\.(csv|rdf|ent|dtd|lar|png|gif|psd|ico|jpg|docx|gitignore|dockerignore|cert|jks|spdx|rdf|MockMaker|json)' \
| grep -Ev '(LICENSE|NOTICE|README|CHANGELOG|CODE_OF_CONDUCT|CONTRIBUTING|Language|Language_vi)' \
| grep -Ev '(LICENSE|NOTICE|README|SECURITY|CHANGELOG|CODE_OF_CONDUCT|CONTRIBUTING|Language|Language_vi)' \
| grep -v .pre-commit-config.yaml \
| grep -v 'id_rsa' \
| grep -v '.versions' \
Expand Down

0 comments on commit c41cded

Please sign in to comment.