Skip to content

Commit 17b9b28

Browse files
Merge pull request #84 from step-security/set-runner-v1
Set egress policy
2 parents a8e2c32 + 593159d commit 17b9b28

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
steps:
4040
- uses: step-security/harden-runner@v1
41+
with:
42+
egress-policy: audit
4143
- name: Checkout repository
4244
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
4345

.github/workflows/scorecard-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: step-security/harden-runner@v1
26+
with:
27+
egress-policy: audit
28+
2629
- name: "Checkout code"
2730
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
2831

0 commit comments

Comments
 (0)