add cargo audit as engage task

just in case trivy is useless

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-14 20:20:51 -05:00
parent 359a137d2e
commit 2165b05a64

View file

@ -72,3 +72,8 @@ cargo test \
-- \
--color=always
"""
[[task]]
name = "cargo-audit"
group = "security"
script = "cargo audit -D any"