mirror of
https://github.com/zhom/banderole.git
synced 2026-06-06 06:23:53 +02:00
build: fix deny config
This commit is contained in:
@@ -18,17 +18,13 @@ deny = [
|
||||
"AGPL-3.0",
|
||||
]
|
||||
|
||||
multiple-versions = "warn"
|
||||
confidence-threshold = 0.8
|
||||
|
||||
[bans]
|
||||
multiple-versions = "warn"
|
||||
|
||||
[advisories]
|
||||
db-path = "~/.cargo/advisory-db"
|
||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||
vulnerability = "deny"
|
||||
unmaintained = "warn"
|
||||
unmaintained = "workspace"
|
||||
yanked = "warn"
|
||||
notice = "warn"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user