Skip to content

Commit

Permalink
Add allowed endpoints to node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 10, 2021
1 parent f7b503e commit 341cf69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
- name: Harden Runner
if: runner.os == 'Linux'
uses: step-security/harden-runner@main
with:
allowed-endpoints:
beta.api.stepsecurity.io.:443
codecov.io.:443
github.com.:443
nodejs.org.:443
raw.githubusercontent.com.:443
registry.npmjs.org.:443
setup-php.com.:443
storage.googleapis.com.:443

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 341cf69

Please sign in to comment.