Skip to content

Commit

Permalink
block mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Nov 14, 2024
1 parent fbc2bee commit ddb1df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
egress-policy: audit
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
Expand All @@ -28,6 +28,7 @@ jobs:
storage.googleapis.com:443
uploads.github.com:443
sum.golang.org:443
raw.githubusercontent.com:443
- name: Setup Golang
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
Expand Down

0 comments on commit ddb1df9

Please sign in to comment.