Skip to content

Commit f60a03c

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 6b06728 commit f60a03c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
issues: write
112112
contents: read
113113
id-token: write # Required for Claude Code Action OIDC authentication
114+
pull-requests: read # For gh api commands
114115
steps:
115116
- name: Checkout repository
116117
uses: actions/checkout@v5
@@ -137,7 +138,7 @@ jobs:
137138
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
138139
github_token: ${{ secrets.GITHUB_TOKEN }}
139140
show_full_output: true
140-
allowed_tools: "Bash(gh:*),Bash(echo:*),Bash(cat:*)"
141+
allowed_tools: "Bash(gh:*),Bash(echo:*),Bash(cat:*),Bash(cargo +nightly fuzz run:*),Bash(RUST_BACKTRACE=* cargo +nightly fuzz run:*),Bash(find:*),Bash(ls:*),Bash(grep:*),Bash(head:*),Bash(tail:*)"
141142
prompt: |
142143
# Fuzzer Crash Analysis and Reporting
143144

0 commit comments

Comments
 (0)