Skip to content

Commit

Permalink
Merge pull request #193 from onebeyond/fix-cd-action
Browse files Browse the repository at this point in the history
fix: revert to egress-policy: audit for cd gh action
  • Loading branch information
inigomarquinez authored Jan 31, 2024
2 parents 04f4bce + c01c736 commit 560772d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
api.github.com:443
nodejs.org:443
fulcio.sigstore.dev:443
egress-policy: audit
# egress-policy: block
# allowed-endpoints: >
# github.com:443
# registry.npmjs.org:443
# api.github.com:443
# nodejs.org:443
# fulcio.sigstore.dev:443

- name: ⚙️ Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 560772d

Please sign in to comment.