Skip to content

Commit

Permalink
Add pnpm-lock.yaml and Database.refactorlo (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostVoskuil committed Feb 28, 2023
1 parent 4b5e8e1 commit 2dd9946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cmd/generate/config/rules/config.tmpl
Expand Up @@ -18,6 +18,8 @@ paths = [
'''(go.mod|go.sum)$''',
'''node_modules''',
'''package-lock.json''',
'''pnpm-lock.yaml''',
'''Database.refactorlog''',
'''vendor''',
]

Expand Down
6 changes: 3 additions & 3 deletions config/gitleaks.toml
Expand Up @@ -18,6 +18,8 @@ paths = [
'''(go.mod|go.sum)$''',
'''node_modules''',
'''package-lock.json''',
'''pnpm-lock.yaml''',
'''Database.refactorlog''',
'''vendor''',
]

Expand Down Expand Up @@ -490,9 +492,6 @@ keywords = [
"key","api","token","secret","client","passwd","password","auth","access",
]
[rules.allowlist]
paths = [
'''Database.refactorlog'''
]
stopwords= [
"client",
"endpoint",
Expand Down Expand Up @@ -2781,3 +2780,4 @@ keywords = [
"zendesk",
]


0 comments on commit 2dd9946

Please sign in to comment.