Skip to content

Commit 1624045

Browse files
Update TruffleHog workflow to use main branch
1 parent 957b59d commit 1624045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ permissions:
1818
jobs:
1919
secret-scan:
2020
name: TruffleHog Secret Scan
21-
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@fix/update-runner-to-x64-large
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)
2525
fail-on-unverified: "false" # Don't block on unverified secrets
2626
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }} # Use same runner pattern as zizmor
27-
secrets: inherit
27+
secrets: inherit

0 commit comments

Comments
 (0)