From 0b4c85f159c57c836f9192a20f5be0b3c2f2991a Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Mon, 21 Apr 2025 23:30:18 -0400 Subject: [PATCH] Add allow_issue_writing parameter to ZAP Scan step for issue management --- .github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml index 10be73e..3b74d29 100644 --- a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml +++ b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml @@ -54,6 +54,7 @@ jobs: - name: ZAP Scan uses: zaproxy/action-baseline@v0.14.0 with: + allow_issue_writing: false target: "${{ env.ZAP_TARGET }}" - uses: SvanBoxel/zaproxy-to-ghas@main - name: Upload SARIF file