We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ae17b + 7167d46 commit 091b668Copy full SHA for 091b668
1 file changed
.github/workflows/cflite_batch.yml
@@ -13,7 +13,13 @@ jobs:
13
- name: Harden the runner (Audit all outbound calls)
14
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
15
with:
16
- egress-policy: audit
+ egress-policy: block
17
+ allowed-endpoints: >
18
+ files.pythonhosted.org:443
19
+ gcr.io:443
20
+ github.com:443
21
+ pypi.org:443
22
+ us.archive.ubuntu.com:80
23
24
- name: Build Fuzzers
25
id: build
0 commit comments