Merge pull request #314 from step-security/codecov-allow-domain
Allow endpoint for codecov
This commit is contained in:
commit
75ac55456f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
disable-sudo: true
|
disable-sudo: true
|
||||||
egress-policy: block
|
egress-policy: block
|
||||||
allowed-endpoints: >
|
allowed-endpoints: >
|
||||||
|
api.github.com:443
|
||||||
codecov.io:443
|
codecov.io:443
|
||||||
github.com:443
|
github.com:443
|
||||||
registry.npmjs.org:443
|
registry.npmjs.org:443
|
||||||
|
|
@ -33,4 +34,4 @@ jobs:
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: npm test -- --coverage
|
run: npm test -- --coverage
|
||||||
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
|
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue