Skip to content

Commit 91ad386

Browse files
committed
Update ZAP baseline scan step to include results display
1 parent 2d8933e commit 91ad386

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
uses: zaproxy/action-baseline@v0.14.0
5757
with:
5858
allow_issue_writing: false
59-
target: "${{ env.ZAP_TARGET }}"
60-
artifact_name: "zap-baseline-scan"
59+
target: "${{ env.ZAP_TARGET }}"
60+
- name: Show results
61+
run: |
62+
ls
6163
- uses: SvanBoxel/zaproxy-to-ghas@main
6264
- name: Upload SARIF file
6365
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)