We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfeee2 commit 8267fc4Copy full SHA for 8267fc4
.github/workflows/api-container-build-push.yml
@@ -62,10 +62,10 @@ jobs:
62
permissions:
63
contents: read
64
steps:
65
- - name: Harden Runner
+ - name: Harden the runner (Audit all outbound calls)
66
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
67
with:
68
- egress-policy: block
+ egress-policy: audit
69
70
- name: Checkout repository
71
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments