From e527f5f065bc384515929ccec497d66ad85830d1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 29 Sep 2023 14:00:42 +0200 Subject: Add audit job in CI workflow --- deny.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deny.toml (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml new file mode 100644 index 0000000..c5d2843 --- /dev/null +++ b/deny.toml @@ -0,0 +1,10 @@ +[licenses] +allow-osi-fsf-free = "either" +copyleft = "warn" +exceptions = [{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" }] +private = { ignore = true } + +[[licenses.clarify]] +name = "ring" +expression = "ISC AND MIT AND OpenSSL" +license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] -- cgit