Skip to content

Commit

Permalink
Update secrets detection run to include pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Jan 24, 2024
1 parent 3bd1827 commit 43c424b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ You can then establish a secrets baseline in your Maven-based repository:
--disable-plugin AbsolutePathDetectorExperimental \
--exclude-files '\.secrets..*' \
--exclude-files '\.git.*' \
--exclude-files '\.pre-commit-config\.yaml' \
--exclude-files 'target' > .secrets.baseline

Review the secrets to determine which should be allowed and which are false positives:
Expand Down

0 comments on commit 43c424b

Please sign in to comment.