We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f35177 commit 2dcd258Copy full SHA for 2dcd258
.github/workflows/release.yml
@@ -13,18 +13,7 @@ jobs:
13
contents: write
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: step-security/harden-runner@7206db2ec98c5538323a6d70e51f965d55c11c87
17
- with:
18
- allowed-endpoints:
19
- api.github.com:443
20
- agent.api.stepsecurity.io:443
21
- github.com:443
22
- int.api.stepsecurity.io:443
23
- pipelines.actions.githubusercontent.com:443
24
- proxy.golang.org:443
25
- step-security-agent.s3.us-west-2.amazonaws.com:443
26
- storage.googleapis.com:443
27
- sts.us-west-2.amazonaws.com:443
+ - uses: step-security/harden-runner@7206db2ec98c5538323a6d70e51f965d55c11c87
28
- name: Checkout
29
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
30
- name: Set up Go
0 commit comments