add cargo audit as engage task
just in case trivy is useless Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
359a137d2e
commit
bb3d5b5d9f
1 changed files with 5 additions and 0 deletions
|
@ -72,3 +72,8 @@ cargo test \
|
|||
-- \
|
||||
--color=always
|
||||
"""
|
||||
|
||||
[[task]]
|
||||
name = "cargo-audit"
|
||||
group = "security"
|
||||
script = "cargo audit -D any"
|
Loading…
Add table
Reference in a new issue