Skip to content

Commit

Permalink
Missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 8, 2024
1 parent 9ceba52 commit 15d00ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
detect-secrets scan --disable-plugin AbsolutePathDetectorExperimental --baseline .secrets.new \
--exclude-files '\.secrets..*' \
--exclude-files '\.git.*' \
--exclude-files 'target'
--exclude-files 'target' \
--exclude-files '\.pre-commit-config.yaml'
# if there is any difference between the known and newly detected secrets, break the build
Expand Down

0 comments on commit 15d00ba

Please sign in to comment.