Skip to content

Commit 8267fc4

Browse files
authored
fix(step_security): keep notify in audit mode (#10496)
1 parent 8bfeee2 commit 8267fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-container-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
permissions:
6363
contents: read
6464
steps:
65-
- name: Harden Runner
65+
- name: Harden the runner (Audit all outbound calls)
6666
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6767
with:
68-
egress-policy: block
68+
egress-policy: audit
6969

7070
- name: Checkout repository
7171
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)