mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
Bump scan-timeout-secs to 900; pin to L11/L12/L15 fixes
3 entries (azure, spotify-ads-api, vercel) hit the 300s default under sweep load. Vercel passed in 247s on a single-entry run, so timeout was the issue. Also picks up L15 (full verdict logging).
This commit is contained in:
parent
7f6ee3ef23
commit
3bac79bb30
3
.github/workflows/scan-plugins.yml
vendored
3
.github/workflows/scan-plugins.yml
vendored
@ -26,10 +26,11 @@ jobs:
|
|||||||
|
|
||||||
# Blocking: policy failures fail the job. Loosen by removing
|
# Blocking: policy failures fail the job. Loosen by removing
|
||||||
# fail-on-findings if the false-positive rate is too high.
|
# fail-on-findings if the false-positive rate is too high.
|
||||||
- uses: anthropics/claude-plugins-community/.github/actions/scan-plugins@b277757588871fe55b2620de8c6dfda470e2e9d8
|
- uses: anthropics/claude-plugins-community/.github/actions/scan-plugins@706952a0caebac4024b4be25137ff2faa64e153b
|
||||||
with:
|
with:
|
||||||
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
policy-prompt: .github/policy/prompt.md
|
policy-prompt: .github/policy/prompt.md
|
||||||
fail-on-findings: "true"
|
fail-on-findings: "true"
|
||||||
scan-all-external: ${{ inputs.scan_all || 'false' }}
|
scan-all-external: ${{ inputs.scan_all || 'false' }}
|
||||||
|
scan-timeout-secs: "900"
|
||||||
claude-cli-version: latest
|
claude-cli-version: latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user