Skip to content

Commit da75e0b

Browse files
committed
Fail CI on bad dependencies
1 parent c398d29 commit da75e0b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deny.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[advisories]
2+
unmaintained = "deny"
3+
unsound = "deny"
4+
yanked = "deny"
5+
16
[licenses]
27
allow-osi-fsf-free = "either"
38
copyleft = "warn"
@@ -13,4 +18,4 @@ name = "ring"
1318
# compiled into non-test libraries, is included below."
1419
# OpenSSL - Obviously
1520
expression = "ISC AND MIT AND OpenSSL"
16-
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
21+
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

0 commit comments

Comments
 (0)