-
-
Notifications
You must be signed in to change notification settings - Fork 56
31 lines (26 loc) 路 706 Bytes
/
Copy pathzizmor.yml
File metadata and controls
31 lines (26 loc) 路 706 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
name: GitHub Actions Security Analysis with zizmor 馃寛
on:
push:
branches:
- main
pull_request:
branches:
- "**"
permissions: {}
jobs:
zizmor:
name: Run zizmor 馃寛
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Run zizmor 馃寛
run: uvx zizmor --format=github .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}