Skip to content

Commit 5b9d270

Browse files
committed
chore(actions): exclude node mudule from secrets scan
1 parent 34a116b commit 5b9d270

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/.trufflehog-exclude.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docs/node_modules/
2+
node_modules/

.github/workflows/secrets_scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
extra_args: |
2121
--results=verified,unknown
2222
--exclude-detectors=Postgres
23+
--exclude-paths=./github/.trufflehog-exclude.txt
2324
- name: Install git-secrets
2425
run: |
2526
git clone https://github.com/awslabs/git-secrets.git

0 commit comments

Comments
 (0)