Skip to content

Commit 6914731

Browse files
authored
Merge pull request #30 from githubabcs-devops/feature/update13
Enable issue writing for alerts in DAST ZAP workflow
2 parents d3643b4 + ade9d90 commit 6914731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222

2323
permissions:
2424
contents: read
25+
issues: write # to create issues for alerts
2526

2627
jobs:
2728
zap_scan:
@@ -48,4 +49,5 @@ jobs:
4849
uses: zaproxy/action-full-scan@v0.12.0
4950
id: zap
5051
with:
52+
allow_issue_writing: true
5153
target: "${{ env.ZAP_TARGET }}"

0 commit comments

Comments
 (0)