We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93836be + ff574e8 commit 141f898Copy full SHA for 141f898
.github/workflows/zap-scan.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
target: 'https://alcs-dev-api.apps.silver.devops.gov.bc.ca/docs'
22
issue_title: OWASP ZAP API Scan Results
23
+ artifact_name: zap-api-scan-report
24
25
zap-scan-frontend:
26
name: OWASP ZAP Frontend Scan
@@ -34,6 +35,7 @@ jobs:
34
35
target: "https://alcs-dev.apps.silver.devops.gov.bc.ca"
36
issue_title: OWASP ZAP Frontend Scan Results
37
rules_file_name: .zap/frontend.tsv
38
+ artifact_name: zap-frontend-scan-report
39
40
zap-scan-portal:
41
name: OWASP ZAP Portal Scan
@@ -47,4 +49,5 @@ jobs:
47
49
48
50
target: "https://alcs-dev-portal.apps.silver.devops.gov.bc.ca"
51
issue_title: OWASP ZAP Portal Scan Results
- rules_file_name: .zap/portal.tsv
52
+ rules_file_name: .zap/portal.tsv
53
+ artifact_name: zap-portal-scan-report
0 commit comments