We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f4bce + c01c736 commit 560772dCopy full SHA for 560772d
.github/workflows/cd.yml
@@ -19,13 +19,14 @@ jobs:
19
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
20
with:
21
disable-sudo: true
22
- egress-policy: block
23
- allowed-endpoints: >
24
- github.com:443
25
- registry.npmjs.org:443
26
- api.github.com:443
27
- nodejs.org:443
28
- 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
29
+ # fulcio.sigstore.dev:443
30
31
- name: ⚙️ Git Checkout
32
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments