engage_earn_api/ci/audit.yml
2022-12-18 20:47:40 -06:00

18 lines
201 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust}
inputs:
- name: repo
path: sh
args:
- -exc
- |
cargo install cargo-audit
cargo audit
dir: "repo"