Skip to content

Commit 50db8cb

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

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
@@ -138,7 +138,8 @@ jobs:
138138
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
139139
github_token: ${{ secrets.GITHUB_TOKEN }}
140140
show_full_output: true
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:*)"
141+
claude_args: |
142+
--allowedTools "Read,Bash(gh issue list:*),Bash(gh issue view:*),Bash(gh issue create:*),Bash(gh issue comment:*),Bash(gh api:*),Bash(echo:*),Bash(cat:*),Bash(cargo +nightly fuzz run:*),Bash(RUST_BACKTRACE=* cargo +nightly fuzz run:*)"
142143
prompt: |
143144
# Fuzzer Crash Analysis and Reporting
144145

0 commit comments

Comments
 (0)