mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Updated
This commit is contained in:
parent
cc789f29d2
commit
1e7693d881
4
.github/workflows/images_build_test.yml
vendored
4
.github/workflows/images_build_test.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
matrix:
|
||||
os: ${{ fromJson(needs.init_build.outputs.os) }}
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runs-on: [self-hosted, ubuntu]
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
@ -175,7 +175,7 @@ jobs:
|
||||
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
||||
with:
|
||||
disable-sudo: true
|
||||
egress-policy: block
|
||||
egress-policy: audit
|
||||
allowed-endpoints: >
|
||||
api.github.com:443
|
||||
archive.ubuntu.com:80
|
||||
|
Loading…
Reference in New Issue
Block a user