tower/deny.toml
tottoto f286933bec
chore: Remove unmatched deny ignore config (#733)
Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2024-07-20 12:31:24 -04:00

23 lines
338 B
TOML

[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
[licenses]
unlicensed = "deny"
allow = []
deny = []
copyleft = "warn"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
skip = []
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []