Skip to content

Commit 2296b42

Browse files
author
Julien Almarcha
committed
disable scanning of config.example.yml
1 parent d342d4c commit 2296b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secrets_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Secret Scanning with TruffleHog
1818
uses: trufflesecurity/trufflehog@main
1919
with:
20-
extra_args: --results=verified,unknown
20+
extra_args: --results=verified,unknown --exclude-paths="config.example.yml"
2121

2222
- name: Install git-secrets
2323
run: |

0 commit comments

Comments
 (0)