Skip to content

Commit 141f898

Browse files
Merge pull request #2180 from bcgov/backport/pr-2179
Backport: ALCS-2533: Reconfigure OWASP ZAP scans artifact name
2 parents 93836be + ff574e8 commit 141f898

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/zap-scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
target: 'https://alcs-dev-api.apps.silver.devops.gov.bc.ca/docs'
2222
issue_title: OWASP ZAP API Scan Results
23+
artifact_name: zap-api-scan-report
2324

2425
zap-scan-frontend:
2526
name: OWASP ZAP Frontend Scan
@@ -34,6 +35,7 @@ jobs:
3435
target: "https://alcs-dev.apps.silver.devops.gov.bc.ca"
3536
issue_title: OWASP ZAP Frontend Scan Results
3637
rules_file_name: .zap/frontend.tsv
38+
artifact_name: zap-frontend-scan-report
3739

3840
zap-scan-portal:
3941
name: OWASP ZAP Portal Scan
@@ -47,4 +49,5 @@ jobs:
4749
with:
4850
target: "https://alcs-dev-portal.apps.silver.devops.gov.bc.ca"
4951
issue_title: OWASP ZAP Portal Scan Results
50-
rules_file_name: .zap/portal.tsv
52+
rules_file_name: .zap/portal.tsv
53+
artifact_name: zap-portal-scan-report

0 commit comments

Comments
 (0)