We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbae154 commit cf5fee9Copy full SHA for cf5fee9
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@fbae154f5c6d6bd8e3db832ecdc3481f34dcdc52 # 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