Skip to content

Commit

Permalink
Change egress policy of harden runner to audit
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Feb 26, 2024
1 parent 614f911 commit ecaba89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: wabarc/.github/.github/workflows/reusable-codeql.yml@main
with:
language: ${{ matrix.language }}
egress-policy: 'audit'

nancy:
name: Sonatype Nancy
Expand Down Expand Up @@ -75,6 +76,8 @@ jobs:
dependency-review:
name: Dependency Review
uses: wabarc/.github/.github/workflows/reusable-dependency-review.yml@main
with:
egress-policy: 'audit'

trivy:
name: Trivy
Expand All @@ -84,5 +87,6 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
#actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
with:
egress-policy: 'audit'
scan-type: 'fs'
sarif: 'filesystem.sarif'
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ jobs:
uses: wabarc/.github/.github/workflows/reusable-releaser-go.yml@main
with:
product: ghostarchive
egress-policy: audit

0 comments on commit ecaba89

Please sign in to comment.