File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11name : TruffleHog
22
33on :
4- workflow_dispatch :
5- pull_request :
6- types : [opened, synchronize, reopened]
7- schedule :
8- - cron : ' 0 2 * * 1-5'
4+ workflow_dispatch :
5+ pull_request :
6+ types : [opened, synchronize, reopened]
7+ schedule :
8+ - cron : " 0 2 * * 1-5"
99
1010jobs :
11- scan :
12- runs-on : ubuntu-24.04
11+ scan :
12+ runs-on : ubuntu-24.04
1313
14- concurrency :
15- group : ${{ github.ref }}-trufflehog
16- cancel-in-progress : false
14+ concurrency :
15+ group : ${{ github.ref }}-trufflehog
16+ cancel-in-progress : false
1717
18- steps :
19- - name : Clone Repository
20- uses : actions/checkout@v4
21- with :
22- fetch-depth : 0
18+ steps :
19+ - name : Clone Repository
20+ uses : actions/checkout@v4
21+ with :
22+ fetch-depth : 0
2323
24- - name : TruffleHog scan
25- uses : trufflesecurity/trufflehog@main
26- with :
27- path : ./
28- extra_args : --results=verified,unknown
24+ - name : TruffleHog scan
25+ uses : trufflesecurity/trufflehog@main
26+ with :
27+ path : ./
28+ extra_args : --results=verified,unknown --log-level=4
You can’t perform that action at this time.
0 commit comments