diff --git a/.github/workflows/firewall-escape.lock.yml b/.github/workflows/firewall-escape.lock.yml index b7bb9b58f4..92470d1d16 100644 --- a/.github/workflows/firewall-escape.lock.yml +++ b/.github/workflows/firewall-escape.lock.yml @@ -582,11 +582,6 @@ jobs: PROMPT_EOF cat << 'PROMPT_EOF' >> "$GH_AW_PROMPT" - *Auto-generated by firewall escape test workflow*`, - labels: ['bug', 'firewall', 'automated'] - }); - --- - # The Great Escapi You are a security testing agent running inside the gh-aw-firewall container. Your job is to verify that the firewall is correctly restricting network access while allowing legitimate operations. @@ -1376,7 +1371,7 @@ jobs: - name: Create issue on test failure uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: - script: | + script: |- await github.rest.issues.create({ owner: context.repo.owner, repo: context.repo.repo, @@ -1390,7 +1385,9 @@ jobs: ### Possible Issues - A forbidden domain was accessible (firewall escape vulnerability) - An allowed domain was blocked unexpectedly - - File operations failed + - File operations failed`, + labels: ['bug', 'firewall', 'automated'] + }); pre_activation: if: > diff --git a/.github/workflows/firewall-escape.md b/.github/workflows/firewall-escape.md index ab87ecba45..f9c8261950 100644 --- a/.github/workflows/firewall-escape.md +++ b/.github/workflows/firewall-escape.md @@ -78,11 +78,7 @@ jobs: ### Possible Issues - A forbidden domain was accessible (firewall escape vulnerability) - An allowed domain was blocked unexpectedly - - File operations failed - ---- - -*Auto-generated by firewall escape test workflow*`, + - File operations failed`, labels: ['bug', 'firewall', 'automated'] }); ---