Skip to content

Commit

Permalink
ingore
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Nov 21, 2023
1 parent 3c6892c commit 13a560e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/cloud-run/scan-logs-for-secrets/kodata/gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ paths = [
'''node_modules''',
'''vendor''',
]
regexTarget = "line"
regexes = [
"#nosec",
]

[[rules]]
description = "Bearer Authorization Token"
Expand Down Expand Up @@ -501,7 +505,6 @@ keywords = [
paths = [
'''Database.refactorlog'''
]

stopwords= [
"client",
"endpoint",
Expand Down

0 comments on commit 13a560e

Please sign in to comment.