chore: fix workflow perms (#558)

This commit is contained in:
Stéphane Lesimple
2026-04-18 13:29:54 +00:00
committed by GitHub
parent 77e3dbd6b2
commit 25f20b8860

View File

@@ -8,6 +8,7 @@ on:
permissions:
contents: read
actions: read # needed to list/download previous run artifacts
id-token: write
concurrency:
group: vuln-scan
@@ -72,7 +73,7 @@ jobs:
# state/seen.json, the 25-hour window, the output files to write,
# and how to rewrite state/seen.json at the end of the run.
- name: Run vulnerability scan with Claude Opus
uses: anthropics/claude-code-base-action@v1
uses: anthropics/claude-code-action@v1
env:
SCAN_DATE: ${{ github.run_started_at }}
with: