We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeef4e commit 3871a25Copy full SHA for 3871a25
.github/workflows/entropy-beauty-scan.yml
@@ -12,12 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code (full history)
15
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16
with:
17
fetch-depth: 0
18
19
- name: Run TruffleHog
20
- uses: trufflesecurity/trufflehog@main
+ uses: trufflesecurity/trufflehogactions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
21
22
path: .
23
extra_args: --results=verified,unknown --filter-entropy=3.5 --json
0 commit comments