-
Notifications
You must be signed in to change notification settings - Fork 7
36 lines (30 loc) 路 847 Bytes
/
Copy pathzizmor.yml
File metadata and controls
36 lines (30 loc) 路 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: GitHub Actions Security Analysis with zizmor 馃寛
on:
push:
branches:
- "main"
pull_request:
branches:
- "**"
workflow_dispatch: {}
schedule:
- cron: "0 21 * * 6"
permissions: {}
jobs:
zizmor:
runs-on: ubuntu-24.04
permissions:
security-events: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run zizmor 馃寛
uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4
with:
persona: "auditor"