ci: run cargo audit version, run audit earlier
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9ed7d36e8e
commit
efe6a90159
1 changed files with 10 additions and 5 deletions
15
engage.toml
15
engage.toml
|
@ -40,6 +40,16 @@ name = "cargo-clippy"
|
||||||
group = "versions"
|
group = "versions"
|
||||||
script = "cargo clippy -- --version"
|
script = "cargo clippy -- --version"
|
||||||
|
|
||||||
|
[[task]]
|
||||||
|
name = "cargo-audit"
|
||||||
|
group = "versions"
|
||||||
|
script = "cargo audit --version"
|
||||||
|
|
||||||
|
[[task]]
|
||||||
|
name = "cargo-audit"
|
||||||
|
group = "security"
|
||||||
|
script = "cargo audit -D warnings -D unmaintained -D unsound -D yanked"
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo-fmt"
|
name = "cargo-fmt"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
|
@ -74,8 +84,3 @@ cargo test \
|
||||||
-- \
|
-- \
|
||||||
--color=always
|
--color=always
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[task]]
|
|
||||||
name = "cargo-audit"
|
|
||||||
group = "security"
|
|
||||||
script = "cargo audit -D warnings -D unmaintained -D unsound -D yanked"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue