Skip to content

Commit 564c5a1

Browse files
author
Tyler Titsworth
authored
Update test-runner-ci.yaml
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 6bf20e3 commit 564c5a1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test-runner-ci.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,7 @@ jobs:
7373
- name: Harden Runner
7474
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
7575
with:
76-
egress-policy: block
77-
allowed-endpoints: >
78-
api.github.com:443
79-
coveralls.io:443
80-
files.pythonhosted.org:443
81-
github.com:443
82-
objects.githubusercontent.com:443
83-
pypi.org:443
76+
egress-policy: audit
8477
- uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
8578
with:
8679
parallel-finished: true

0 commit comments

Comments
 (0)