From c8b536cb0d5f302a5c6f9dfc81db974149b44826 Mon Sep 17 00:00:00 2001 From: Calin Lupas Date: Mon, 21 Apr 2025 23:04:01 -0400 Subject: [PATCH] Re-enable ZAP Scan step in DAST workflow --- .github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml index 76ee348..1f05c08 100644 --- a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml +++ b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml @@ -51,10 +51,10 @@ jobs: with: allow_issue_writing: false target: "${{ env.ZAP_TARGET }}" - # - name: ZAP Scan - # uses: zaproxy/action-baseline@v0.4.0 - # with: - # target: "${{ env.ZAP_TARGET }}" + - name: ZAP Scan + uses: zaproxy/action-baseline@v0.4.0 + with: + target: "${{ env.ZAP_TARGET }}" - uses: SvanBoxel/zaproxy-to-ghas@main - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3