zizmor/Makefile
William Woodruff 7f8f24f90c
Some checks failed
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Test site build (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Has been cancelled
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Has been cancelled
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Has been cancelled
CI / All tests pass (push) Has been cancelled
zizmor wheel builds for PyPI 🐍 / Release (push) Has been cancelled
feat: add an archived-uses audit (#1411)
2025-12-04 22:15:33 -05:00

56 lines
1.4 KiB
Makefile

.PHONY: all
all:
@echo "Run my targets individually!"
.PHONY: site
site:
uv run --only-group docs zensical build --clean
.PHONY: site-live
site-live:
uv run --only-group docs zensical serve
.PHONY: snippets
snippets: trophies sponsors
cargo run -- -h > docs/snippets/help.txt
.PHONY: trophies
trophies: docs/snippets/trophies.md
docs/snippets/trophies.md: docs/snippets/trophies.txt docs/snippets/render-trophies.py
docs/snippets/render-trophies.py > $@
.PHONY: sponsors
sponsors: docs/snippets/sponsors.html
docs/snippets/sponsors.html: docs/snippets/sponsors.json docs/snippets/render-sponsors.py
docs/snippets/render-sponsors.py > $@
.PHONY: refresh-schemas
refresh-schemas:
curl https://www.schemastore.org/github-workflow.json > crates/zizmor/src/data/github-workflow.json
curl https://www.schemastore.org/github-action.json > crates/zizmor/src/data/github-action.json
curl https://www.schemastore.org/dependabot-2.0.json > crates/zizmor/src/data/dependabot-2.0.json
.PHONY: webhooks-to-contexts
webhooks-to-contexts:
support/webhooks-to-contexts.py
.PHONY: codeql-injection-sinks
codeql-injection-sinks: crates/zizmor/data/codeql-injection-sinks.json
crates/zizmor/data/codeql-injection-sinks.json: support/codeql-injection-sinks.py
$< > $@
.PHONY: archived-repos
archived-repos:
support/archived-repos.py
.PHONY: pinact
pinact:
pinact run --update --verify
.PHONY: bench
bench:
uv run bench/benchmark.py --offline