Skip to content

Commit 52063fe

Browse files
authored
Merge pull request #42 from githubabcs-devops/feature/update21
Re-enable ZAP Scan step in DAST workflow
2 parents fb76153 + c8b536c commit 52063fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
with:
5252
allow_issue_writing: false
5353
target: "${{ env.ZAP_TARGET }}"
54-
# - name: ZAP Scan
55-
# uses: zaproxy/[email protected]
56-
# with:
57-
# target: "${{ env.ZAP_TARGET }}"
54+
- name: ZAP Scan
55+
uses: zaproxy/[email protected]
56+
with:
57+
target: "${{ env.ZAP_TARGET }}"
5858
- uses: SvanBoxel/zaproxy-to-ghas@main
5959
- name: Upload SARIF file
6060
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)