trufflehog: do not fail on unverified results

This commit is contained in:
Daniël de Kok 2025-02-04 12:23:54 +00:00
parent 06abe3f50e
commit b3436da43d

View File

@ -10,9 +10,11 @@ jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown