mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-20 07:33:20 +02:00
chore: fix workflow perms (#558)
This commit is contained in:
committed by
GitHub
parent
77e3dbd6b2
commit
25f20b8860
3
.github/workflows/vuln-scan.yml
vendored
3
.github/workflows/vuln-scan.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
actions: read # needed to list/download previous run artifacts
|
actions: read # needed to list/download previous run artifacts
|
||||||
|
id-token: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: vuln-scan
|
group: vuln-scan
|
||||||
@@ -72,7 +73,7 @@ jobs:
|
|||||||
# state/seen.json, the 25-hour window, the output files to write,
|
# 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.
|
# and how to rewrite state/seen.json at the end of the run.
|
||||||
- name: Run vulnerability scan with Claude Opus
|
- name: Run vulnerability scan with Claude Opus
|
||||||
uses: anthropics/claude-code-base-action@v1
|
uses: anthropics/claude-code-action@v1
|
||||||
env:
|
env:
|
||||||
SCAN_DATE: ${{ github.run_started_at }}
|
SCAN_DATE: ${{ github.run_started_at }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user