Skip to content

Commit 86ce285

Browse files
chore: apply security best practices from step security (#2)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: stepsecurity-app[bot] <188008098+stepsecurity-app[bot]@users.noreply.github.com>
1 parent 00f0d98 commit 86ce285

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
if: github.actor != 'dependabot[bot]'
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Harden the runner (Audit all outbound calls)
17+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
18+
with:
19+
egress-policy: audit
20+
1621
- name: Checkout
1722
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1823
with:

0 commit comments

Comments
 (0)