aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-11-27 09:12:31 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-27 09:12:31 +0100
commit56ba1d2271ff21d1104943162704c662c7c9004f (patch)
treed135f63fbe2a5d262f5eff50fbf637ce637a9159 /.github/workflows/profile-checks.yml
parentWorkflows: Change egress-policy to block (diff)
downloadfirejail-56ba1d2271ff21d1104943162704c662c7c9004f.tar.gz
firejail-56ba1d2271ff21d1104943162704c662c7c9004f.tar.zst
firejail-56ba1d2271ff21d1104943162704c662c7c9004f.zip
Workflows: Change egress-policy to block (#5485)
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index f6a9336b8..a6a784762 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -26,7 +26,10 @@ 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 disable-sudo: true
29 egress-policy: block 30 egress-policy: block
31 allowed-endpoints: >
32 github.com:443
30 33
31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 34 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
32 - name: sort.py 35 - name: sort.py