mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-19 23:23:19 +02:00
chore: explicit prompt for workflow
This commit is contained in:
committed by
GitHub
parent
25f20b8860
commit
f2e5999fc0
3
.github/workflows/vuln-scan.yml
vendored
3
.github/workflows/vuln-scan.yml
vendored
@@ -78,7 +78,8 @@ jobs:
|
||||
SCAN_DATE: ${{ github.run_started_at }}
|
||||
with:
|
||||
model: claude-opus-4-7
|
||||
prompt_file: .github/workflows/daily_vuln_scan_prompt.md
|
||||
prompt: |
|
||||
Read the full task instructions from .github/workflows/daily_vuln_scan_prompt.md and execute them end-to-end. That file fully specifies: sources to poll, how to read and update state/seen.json, the 25-hour window, which rss_YYYY-MM-DD_*.md files to write, and the run guardrails. Use $SCAN_DATE (env var) as "now" for time-window decisions.
|
||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||
allowed_tools: "Read,Write,Edit,Bash,Grep,Glob,WebFetch"
|
||||
timeout_minutes: 15
|
||||
|
||||
Reference in New Issue
Block a user