Skip to content

Commit

Permalink
revert(github): ⏪ switch back to audit to check required access
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Sep 27, 2024
1 parent 88f474c commit 03b7e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v1
with:
disable-sudo: true
egress-policy: block
egress-policy: audit
allowed-endpoints: >
github.com:443
- name: Checkout repository
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v1
with:
disable-sudo: true
egress-policy: block
egress-policy: audit
allowed-endpoints: >
github.com:443
- name: Checkout repository
Expand Down

0 comments on commit 03b7e2a

Please sign in to comment.