File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 50
50
target : " https://spd-train.justice.gov.bc.ca/licensing/swagger/v1/swagger.json"
51
51
artifact_name : " licensing_portal_api_zap_scan"
52
52
issue_title : " licensing_portal_api_zap_scan"
53
+
54
+ gdsd-portal-ui-zap-scan :
55
+ runs-on : ubuntu-latest
56
+ steps :
57
+ - name : UI
58
+ uses : zaproxy/action-full-scan@v0.12.0
59
+ with :
60
+ token : ${{ secrets.GITHUB_TOKEN }}
61
+ target : " https://spd-train.justice.gov.bc.ca/guide-dog-service-dog/"
62
+ artifact_name : " gdsd_portal_ui_zap_scan"
63
+ issue_title : " gdsd_portal_ui_zap_scan"
64
+
65
+ gdsd-portal-api-zap-scan :
66
+ runs-on : ubuntu-latest
67
+ steps :
68
+ - name : API
69
+ uses : zaproxy/action-api-scan@v0.9.0
70
+ with :
71
+ token : ${{ secrets.GITHUB_TOKEN }}
72
+ target : " https://spd-train.justice.gov.bc.ca/guide-dog-service-dog/swagger/v1/swagger.json"
73
+ artifact_name : " gdsd_portal_api_zap_scan"
74
+ issue_title : " gdsd_portal_api_zap_scan"
You can’t perform that action at this time.
0 commit comments