We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020de3b commit e269081Copy full SHA for e269081
.github/workflows/org-required-trufflehog.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
25
with:
26
# Fail on verified secrets - blocking mode
27
- fail-on-verified: "false" # Block on verified secrets
+ fail-on-verified: "true" # Block on verified secrets
28
fail-on-unverified: "false" # Don't block on unverified secrets
29
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }} # Use same runner pattern as zizmor
30
secrets: inherit
0 commit comments