We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7f53c commit a51837fCopy full SHA for a51837f
.github/workflows/_pre_commit.yaml
@@ -22,14 +22,14 @@ jobs:
22
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23
with:
24
disable-sudo: true
25
- egress-policy: block
26
- allowed-endpoints: >
27
- api.github.com:443
28
- files.pythonhosted.org:443
29
- github.com:443
30
- proxy.golang.org:443
31
- pypi.org:443
32
- registry.npmjs.org:443
+ egress-policy: audit
+ # allowed-endpoints: >
+ # api.github.com:443
+ # files.pythonhosted.org:443
+ # github.com:443
+ # proxy.golang.org:443
+ # pypi.org:443
+ # registry.npmjs.org:443
33
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
35
0 commit comments