We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaaa2b commit 03f6aeaCopy full SHA for 03f6aea
1 file changed
.github/workflows/org-required-trufflehog.yml
@@ -21,7 +21,7 @@ permissions:
21
jobs:
22
secret-scan:
23
name: TruffleHog Secret Scan
24
- uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
+ uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@edaaa2ba520a8b5ab4a9902b44b8a27e850df1ee # main
25
with:
26
# Non-blocking: job succeeds; PR still gets comments/artifacts when findings exist
27
fail-on-verified: "false" # Set "true" to fail on verified secrets
0 commit comments