We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a93c68 commit 4182eebCopy full SHA for 4182eeb
1 file changed
.github/workflows/org-required-trufflehog.yml
@@ -21,8 +21,7 @@ permissions:
21
jobs:
22
secret-scan:
23
name: TruffleHog Secret Scan
24
- # Pin to this branch so ruleset-required runs use the PR workflow; restore @main after merge.
25
- uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@fix/trufflehog-merge-group-diff-scan
+ uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
26
with:
27
# Fail on verified secrets - blocking mode
28
fail-on-verified: "true" # Block on verified secrets
0 commit comments