Skip to content

Commit

Permalink
Merge pull request #314 from step-security/codecov-allow-domain
Browse files Browse the repository at this point in the history
Allow endpoint for codecov
  • Loading branch information
varunsh-coder committed Jul 4, 2023
2 parents 1d7cff8 + df76f09 commit 75ac554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
codecov.io:443
github.com:443
registry.npmjs.org:443
Expand All @@ -33,4 +34,4 @@ jobs:
run: npm ci
- name: Run coverage
run: npm test -- --coverage
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

0 comments on commit 75ac554

Please sign in to comment.