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 committed by June
parent 359a137d2e
commit bb3d5b5d9f

View file

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