Skip to content

Commit cb86b57

Browse files
Fix missing @ref in workflow uses reference
1 parent e2b4a22 commit cb86b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/org-required-trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
secret-scan:
2020
name: TruffleHog Secret Scan
21-
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml
21+
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
2222
with:
2323
# Monitoring mode - no blocking, just reporting
2424
fail-on-verified: "false" # Don't block on verified secrets (monitoring only)

0 commit comments

Comments
 (0)