Skip to content

Commit f4e2145

Browse files
Change egress policy from audit to block (#1086)
1 parent bb8ae49 commit f4e2145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2020
with:
2121
disable-sudo: true
22-
egress-policy: audit
22+
egress-policy: block
2323
allowed-endpoints: >
2424
api.github.com:443
2525
github.com:443

0 commit comments

Comments
 (0)