Skip to content

Commit

Permalink
ci: Enforcing egress-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
sscheib committed Jul 17, 2024
1 parent a424289 commit 7ebbbfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
- name: 'Harden Runner'
uses: 'step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6' # v2.8.1
with:
egress-policy: 'audit'
disable-sudo: true
egress-policy: 'block'
allowed-endpoints: >
api.github.com:443
api.securityscorecards.dev:443
github.com:443
- name: 'Checkout the repository'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4.1.7
Expand Down

0 comments on commit 7ebbbfe

Please sign in to comment.