File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 14
14
- name : Harden Runner
15
15
uses : step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # v2.4.1
16
16
with :
17
- egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
17
+ disable-sudo : true
18
+ egress-policy : block
19
+ allowed-endpoints : >
20
+ api.github.com:443
21
+ api.hack23.com:443
22
+ auth.docker.io:443
23
+ cfu.zaproxy.org:443
24
+ cloudformation.eu-central-1.amazonaws.com:443
25
+ cloudformation.eu-west-1.amazonaws.com:443
26
+ files.pythonhosted.org:443
27
+ github.com:443
28
+ news.zaproxy.org:443
29
+ objects.githubusercontent.com:443
30
+ production.cloudflare.docker.com:443
31
+ pypi.org:443
32
+ raw.githubusercontent.com:443
33
+ registry-1.docker.io:443
34
+ sts.eu-central-1.amazonaws.com:443
35
+ sts.eu-west-1.amazonaws.com:443
36
+ tel.zaproxy.org:443
37
+ www.bridgecrew.cloud:443
38
+
18
39
- name : Checkout
19
40
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
41
- name : Run StandardLint
You can’t perform that action at this time.
0 commit comments