Skip to content

Commit

Permalink
Prepare universal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Feb 9, 2024
1 parent 304f84d commit 0f90023
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dockerhub_description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ jobs:
- name: Block egress traffic
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
hub.docker.com:443
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0f90023

Please sign in to comment.