Skip to content

Commit

Permalink
fix: updating gitleaks toml
Browse files Browse the repository at this point in the history
  • Loading branch information
saumilmac committed Mar 21, 2024
1 parent 7404587 commit 42960d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ useDefault = true
description = "global allow list"
paths = [
'charts/snyk-broker/tests/__snapshot__/*',
'charts/snyk-broker/tests/.*(.key)$',
]

# ignoring historical secrets from past commits
# (not present in the current codebase)
commits = [
"9c8b32139b73111b618fc946a7f64355e8429423",
"e7402fc715eb06b675c47d84eab6e42b50c891cb",
"74045878cc8bd9891485d7a85048ecd68d6d241f",
]

0 comments on commit 42960d7

Please sign in to comment.