Skip to content

Commit 091b668

Browse files
authored
Merge pull request #1891 from OZI-Project/rjdbcm-patch-11
🔨(cflite): update cflite_batch.yml with allowed-endpoints
2 parents 06ae17b + 7167d46 commit 091b668

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/cflite_batch.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
- name: Harden the runner (Audit all outbound calls)
1414
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
1515
with:
16-
egress-policy: audit
16+
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
1723
1824
- name: Build Fuzzers
1925
id: build

0 commit comments

Comments
 (0)