We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d8933e + 91ad386 commit 7b2e721Copy full SHA for 7b2e721
1 file changed
.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml
@@ -56,8 +56,10 @@ jobs:
56
uses: zaproxy/action-baseline@v0.14.0
57
with:
58
allow_issue_writing: false
59
- target: "${{ env.ZAP_TARGET }}"
60
- artifact_name: "zap-baseline-scan"
+ target: "${{ env.ZAP_TARGET }}"
+ - name: Show results
61
+ run: |
62
+ ls
63
- uses: SvanBoxel/zaproxy-to-ghas@main
64
- name: Upload SARIF file
65
uses: github/codeql-action/upload-sarif@v3
0 commit comments