We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693128a commit 7f81fe0Copy full SHA for 7f81fe0
.github/workflows/_codecov.yaml
@@ -50,21 +50,7 @@ jobs:
50
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
51
with:
52
disable-sudo: true
53
- egress-policy: audit # FIXME: block
54
- allowed-endpoints: >
55
- api.codecov.io:443
56
- api.kraken.com:443
57
- api.github.com:443
58
- cli.codecov.io:443
59
- demo-futures.kraken.com:443
60
- files.pythonhosted.org:443
61
- futures.kraken.com:443
62
- github.com:443
63
- objects.githubusercontent.com:443
64
- pypi.org:443
65
- storage.googleapis.com:443
66
- ws-auth.kraken.com:443
67
- ws.kraken.com:443
+ egress-policy: audit
68
69
- name: Checkout repository
70
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments