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 62cbea1 + a5aef00 commit 30f3948Copy full SHA for 30f3948
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@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3.92.5
+ uses: trufflesecurity/trufflehog@7f4e37db2d928c18ddd7ddf0604f8f7d1f5793ec # v3.93.0
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@116e7171542d2f1dad8810f00dcfacbe0b809183 # v3
+ uses: trufflesecurity/trufflehog@7f4e37db2d928c18ddd7ddf0604f8f7d1f5793ec # v3
extra_args: --only-verified --fail
0 commit comments