engage_earn_api/ci/audit.yml
Mitchell Marino f0d44fd48c fix pipeline
2022-12-18 20:55:18 -06:00

19 lines
208 B
YAML

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