Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/workflow/guard_policy_compilation_integration_test.go
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,6 +55,7 @@ permissions:
contents: read
tools:
bash: false
cli-proxy: false
github:
repos: public
min-integrity: none
Expand Down
3 changes: 3 additions & 0 deletions pkg/workflow/strict_mode_test.go
Original file line numberDiff line numberDiff line change
Expand Up@@ -380,6 +380,7 @@ tools:
github:
allowed: [issue_read]
bash: []
cli-proxy: false
---

# Test Workflow`,
Expand DownExpand Up@@ -449,6 +450,7 @@ timeout-minutes: 10
engine: copilot
tools:
bash: []
cli-proxy: false
---

# Test Workflow`,
Expand All@@ -466,6 +468,7 @@ timeout-minutes: 10
engine: copilot
tools:
bash: []
cli-proxy: false
---

# Test Workflow`,
Expand Down
Loading