From f7cd99ef30e3a8f06d8bd08d69fd9090733453f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:09:47 +0000 Subject: [PATCH 1/2] Initial plan From c93bf39b6f28b1ffed298f08a90ea40e38ec159f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:21:33 +0000 Subject: [PATCH 2/2] Fix workflow infra integration fixtures Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/workflow/guard_policy_compilation_integration_test.go | 1 + pkg/workflow/permissions_warning_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/workflow/guard_policy_compilation_integration_test.go b/pkg/workflow/guard_policy_compilation_integration_test.go index 6571fb89469..6dfe0d8c41c 100644 --- a/pkg/workflow/guard_policy_compilation_integration_test.go +++ b/pkg/workflow/guard_policy_compilation_integration_test.go @@ -54,6 +54,7 @@ engine: copilot permissions: contents: read tools: + bash: false github: repos: public min-integrity: none diff --git a/pkg/workflow/permissions_warning_test.go b/pkg/workflow/permissions_warning_test.go index 934b167affe..4e293ba4678 100644 --- a/pkg/workflow/permissions_warning_test.go +++ b/pkg/workflow/permissions_warning_test.go @@ -89,6 +89,7 @@ permissions: contents: read issues: read tools: + bash: false github: min-integrity: none ---