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