Skip to content

Commit

Permalink
Added yarn.lock file to default allowlist paths (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboeijenga committed Aug 29, 2023
1 parent abfd0f3 commit f65f915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/generate/config/rules/config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ paths = [
'''gradle.lockfile''',
'''node_modules''',
'''package-lock.json''',
'''yarn.lock''',
'''pnpm-lock.yaml''',
'''Database.refactorlog''',
'''vendor''',
Expand Down
3 changes: 3 additions & 0 deletions config/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ paths = [
'''gradle.lockfile''',
'''node_modules''',
'''package-lock.json''',
'''yarn.lock''',
'''pnpm-lock.yaml''',
'''Database.refactorlog''',
'''vendor''',
Expand Down Expand Up @@ -2765,7 +2766,9 @@ entropy = 3
keywords = [
"sumo",
]

[rules.allowlist]

regexTarget = "line"
regexes = [
"sumOf",
Expand Down

0 comments on commit f65f915

Please sign in to comment.