We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b59d commit 1624045Copy full SHA for 1624045
.github/workflows/org-required-trufflehog.yml
@@ -18,10 +18,10 @@ permissions:
18
jobs:
19
secret-scan:
20
name: TruffleHog Secret Scan
21
- uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@fix/update-runner-to-x64-large
+ uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
22
with:
23
# Monitoring mode - no blocking, just reporting
24
fail-on-verified: "false" # Don't block on verified secrets (monitoring only)
25
fail-on-unverified: "false" # Don't block on unverified secrets
26
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }} # Use same runner pattern as zizmor
27
- secrets: inherit
+ secrets: inherit
0 commit comments