We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bb70d8 + d48b6ec commit 5367fb5Copy full SHA for 5367fb5
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@47e7b7cd74f578e1e3145d48f669f22fd1330ca6 # v3.94.3
+ uses: trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26 # v3.95.2
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@47e7b7cd74f578e1e3145d48f669f22fd1330ca6 # v3
+ uses: trufflesecurity/trufflehog@17456f8c7d042d8c82c9a8ca9e937231f9f42e26 # v3
extra_args: --only-verified --fail
0 commit comments