Skip to content

Commit 100eccf

Browse files
committed
Audit github actions with zizmor
1 parent af82a1b commit 100eccf

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ lint-shell:
7272

7373
.PHONY: audit
7474
audit: ## run audit checks
75+
zizmor --pedantic .github/workflows/python-package.yml
7576
uv audit
7677

7778
.PHONY: reformat

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ dev = [
3737
"ty==0.0.35",
3838
# for testing
3939
"pytest==9.0.3",
40+
# for auditing github actions
41+
"zizmor==1.24.1",
4042
]
4143

4244
[build-system]

0 commit comments

Comments
 (0)