Skip to content

Commit 60da417

Browse files
Fix org ruleset workflow to reference reusable workflow from security-github-actions repo
- Changed from local reference (./.github/workflows/reusable-trufflehog.yml) - To remote reference (grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main) - This allows org rulesets to work properly across target repositories
1 parent a07d7d1 commit 60da417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: ./.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)