We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d918754 commit 12b7d04Copy full SHA for 12b7d04
1 file changed
.claude/settings.json
@@ -3,17 +3,24 @@
3
"allow": [
4
"Read(//tmp/**)",
5
"Write(//tmp/**)",
6
- "Bash(*)",
+ "Bash(bash .claude/scripts/*)",
7
+ "Bash(python3 .claude/scripts/*)",
8
+ "Bash(curl:*)",
9
+ "Bash(date:*)",
10
+ "Bash(cat:*)",
11
+ "Bash(echo:*)",
12
+ "Bash(wc:*)",
13
+ "Bash(ls:*)",
14
+ "Bash(jq:*)",
15
+ "Bash(gh pr list:*)",
16
+ "Bash(gh auth status:*)",
17
"WebFetch(domain:prow.ci.openshift.org)",
18
"Skill(analyze-ci-for-pull-requests)",
19
"Skill(analyze-ci-for-release)",
20
"Skill(analyze-ci-for-release-manager)",
21
"Skill(openshift-ci-analysis)"
22
],
23
"deny": [],
- "ask": [
- "Bash(sudo:*)",
- "Bash(git:*)"
- ]
24
+ "ask": []
25
}
26
0 commit comments