We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f52ad + 9c81787 commit 05adf31Copy full SHA for 05adf31
2 files changed
.github/workflows/quality.yml
@@ -18,7 +18,7 @@ jobs:
18
find . -type f -perm /111 -name "*.sh" | head -10 || true
19
20
- name: Check for secrets
21
- uses: trufflesecurity/trufflehog@05cccb53bc9e13bc6d17997db5a6bcc3df44bf2f # v3.92.3
+ uses: trufflesecurity/trufflehog@6961f2bace57ab32b23b3ba40f8f420f6bc7e004 # v3.93.3
22
with:
23
path: ./
24
base: ${{ github.event.pull_request.base.sha || github.event.before }}
.github/workflows/secret-scanner.yml
fetch-depth: 0 # Full history for scanning
- name: TruffleHog Secret Scan
- uses: trufflesecurity/trufflehog@8a8ef8526528d8a4ff3e2c90be08e25ef8efbd9b # v3
+ uses: trufflesecurity/trufflehog@6961f2bace57ab32b23b3ba40f8f420f6bc7e004 # v3
extra_args: --only-verified --fail
0 commit comments