aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-11-26 17:25:53 +0000
committerLibravatar GitHub <noreply@github.com>2022-11-26 17:25:53 +0000
commit50751a715375bc8b67534c483a4e9f6cbe89187a (patch)
treea68cc5f769fca9f9598c30b64d9ddc87c18f9bd5 /.github
parentRELNOTES: add build and ci items (diff)
downloadfirejail-50751a715375bc8b67534c483a4e9f6cbe89187a.tar.gz
firejail-50751a715375bc8b67534c483a4e9f6cbe89187a.tar.zst
firejail-50751a715375bc8b67534c483a4e9f6cbe89187a.zip
Workflows: Change egress-policy to block
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 17e756685..f6a9336b8 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -26,7 +26,7 @@ jobs:
26 - name: Harden Runner 26 - name: Harden Runner
27 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 27 uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5
28 with: 28 with:
29 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 29 egress-policy: block
30 30
31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
32 - name: sort.py 32 - name: sort.py