File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,25 @@ jobs:
146
146
- name : Harden GitHub Actions Runner
147
147
uses : step-security/harden-runner@dd5681a7d0c66fb362664d618ef4a90d656f6516
148
148
with :
149
- egress-policy : audit
149
+ egress-policy : block
150
+ allowed-endpoints : >
151
+ api.github.com:443
152
+ auth.docker.io:443
153
+ bit.ly:443
154
+ content-signature-2.cdn.mozilla.net:443
155
+ firefox.settings.services.mozilla.com:443
156
+ github.com:443
157
+ news.zaproxy.org:443
158
+ objects.githubusercontent.com:443
159
+ pipelines.actions.githubusercontent.com:443
160
+ production.cloudflare.docker.com:443
161
+ raw.githubusercontent.com:443
162
+ registry-1.docker.io:443
163
+ registry.npmjs.org:443
164
+ shavar.services.mozilla.com:443
165
+ snyk.io:443
166
+ tel.zaproxy.org:443
167
+ tracking-protection.cdn.mozilla.net:443
150
168
151
169
- name : Checkout
152
170
uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
@@ -174,12 +192,6 @@ jobs:
174
192
with :
175
193
target : http://localhost:3000
176
194
177
- - name : Save the ZAP reports
178
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
179
- with :
180
- name : zap-reports
181
- path : report_*.*
182
-
183
195
# -- PRE-RELEASE ------------------------------------------------------------
184
196
pre-release :
185
197
name : Prepare Release
You can’t perform that action at this time.
0 commit comments