Skip to content

Commit

Permalink
chore: update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 6, 2024
1 parent 5dc5c87 commit 144f215
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
unsound = "warn"
version = 2
yanked = "warn"
notice = "warn"

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"

[licenses]
unlicensed = "deny"
confidence-threshold = 0.9
# copyleft = "deny"

Expand Down

0 comments on commit 144f215

Please sign in to comment.