We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8c9f9 commit 5420c3dCopy full SHA for 5420c3d
.github/workflows/trivy-vulnerability-triage.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
89
claude_args: |
90
- --allowedTools Bash,Read,Write,Edit,Glob,Grep
+ --allowedTools Bash,Read,Write,Edit,Glob,Grep,WebSearch,WebFetch
91
--model claude-sonnet-4-6
92
--json-schema '{"type":"object","properties":{"report":{"type":"string","description":"Full vulnerability triage report in markdown format"}},"required":["report"]}'
93
prompt: |
0 commit comments