Skip to content

Commit

Permalink
Configure harden-runner for ODGen job
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Nov 13, 2024
1 parent 7c64bdc commit cc0b02c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ jobs:
- name: Harden runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
Expand Down

0 comments on commit cc0b02c

Please sign in to comment.