Skip to content

Commit ecaba89

Browse files
Change egress policy of harden runner to audit
1 parent 614f911 commit ecaba89

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: wabarc/.github/.github/workflows/reusable-codeql.yml@main
4949
with:
5050
language: ${{ matrix.language }}
51+
egress-policy: 'audit'
5152

5253
nancy:
5354
name: Sonatype Nancy
@@ -75,6 +76,8 @@ jobs:
7576
dependency-review:
7677
name: Dependency Review
7778
uses: wabarc/.github/.github/workflows/reusable-dependency-review.yml@main
79+
with:
80+
egress-policy: 'audit'
7881

7982
trivy:
8083
name: Trivy
@@ -84,5 +87,6 @@ jobs:
8487
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
8588
#actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
8689
with:
90+
egress-policy: 'audit'
8791
scan-type: 'fs'
8892
sarif: 'filesystem.sarif'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ jobs:
7676
uses: wabarc/.github/.github/workflows/reusable-releaser-go.yml@main
7777
with:
7878
product: ghostarchive
79+
egress-policy: audit

0 commit comments

Comments
 (0)