From f2e5999fc0f157007fb7782aec1a044de9eee451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sat, 18 Apr 2026 13:41:03 +0000 Subject: [PATCH] chore: explicit prompt for workflow --- .github/workflows/vuln-scan.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vuln-scan.yml b/.github/workflows/vuln-scan.yml index 7e61bdf..a41b5c1 100644 --- a/.github/workflows/vuln-scan.yml +++ b/.github/workflows/vuln-scan.yml @@ -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