Skip to content

Commit b3436da

Browse files
committed
trufflehog: do not fail on unverified results
1 parent 06abe3f commit b3436da

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/trufflehog.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
trufflehog:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v4
15-
with:
16-
fetch-depth: 0
17-
- name: Secret Scanning
18-
uses: trufflesecurity/trufflehog@main
13+
- name: Checkout code
14+
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
- name: Secret Scanning
18+
uses: trufflesecurity/trufflehog@main
19+
with:
20+
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)