File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -132,4 +132,24 @@ jobs:
132
132
git add .
133
133
134
134
git commit -m "Update image tag to ${vtag//v} on $datetime"
135
- git push origin test
135
+ git push origin test
136
+
137
+ zap-scan :
138
+ needs : [deploy-emerald]
139
+ runs-on : ubuntu-22.04
140
+ timeout-minutes : 10
141
+ permissions :
142
+ contents : read
143
+ issues : write
144
+
145
+ steps :
146
+ - uses : hmarr/debug-action@a701ed95a46e6f2fb0df25e1a558c16356fae35a
147
+ - uses : actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5
148
+ with :
149
+ ref : main
150
+ - name : ZAP Scan
151
+ uses : zaproxy/action-full-scan@c8994d4f913cf872ec9964ac2d998c9bec369060
152
+ with :
153
+ token : ${{ secrets.GITHUB_TOKEN }}
154
+ target : https://dev.strdata.gov.bc.ca/
155
+ rules_file_name : ' .zap/rules.tsv'
You can’t perform that action at this time.
0 commit comments