Skip to content

Commit

Permalink
adding go mod/sum to ignore (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetexe committed Mar 1, 2022
1 parent 60dd607 commit 1955557
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/gitleaks.toml
Expand Up @@ -545,5 +545,6 @@ description = "global allow lists"
regexes = ['''219-09-9999''', '''078-05-1120''', '''(9[0-9]{2}|666)-\d{2}-\d{4}''']
paths = [
'''gitleaks.toml''',
'''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$'''
'''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$''',
'''(go.mod|go.sum)$'''
]

0 comments on commit 1955557

Please sign in to comment.