boxy/.woodpecker/audit.yaml
hex 985b1d3810
Some checks failed
ci/woodpecker/push/audit Pipeline was successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/push/formatter Pipeline failed
fix formatter ci
2025-08-03 01:56:31 +02:00

10 lines
188 B
YAML

when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: 'audit dependencies'
image: rust:1.88
commands:
- cargo install cargo-audit
- cargo audit