From ade9d906a3b5dbe900787fa30e0377fb1ecff3ff Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Mon, 21 Apr 2025 14:21:17 -0400 Subject: [PATCH] Enable issue writing for alerts in DAST ZAP workflow --- .github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml index ae1931c..6aad54d 100644 --- a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml +++ b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml @@ -22,6 +22,7 @@ env: permissions: contents: read + issues: write # to create issues for alerts jobs: zap_scan: @@ -48,4 +49,5 @@ jobs: uses: zaproxy/action-full-scan@v0.12.0 id: zap with: + allow_issue_writing: true target: "${{ env.ZAP_TARGET }}"