We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789e661 + 5722cfd commit 2d8933eCopy full SHA for 2d8933e
.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml
@@ -51,11 +51,13 @@ jobs:
51
with:
52
allow_issue_writing: false
53
target: "${{ env.ZAP_TARGET }}"
54
+ artifact_name: "zap-full-scan"
55
- name: ZAP Scan
56
uses: zaproxy/action-baseline@v0.14.0
57
58
59
60
+ artifact_name: "zap-baseline-scan"
61
- uses: SvanBoxel/zaproxy-to-ghas@main
62
- name: Upload SARIF file
63
uses: github/codeql-action/upload-sarif@v3
0 commit comments