From 7d1628f4fb396576bc6581ea304353583006e0ad Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 30 Dec 2022 15:21:27 +0100 Subject: [PATCH] chore(ci): Ignore vulnerabilities till fix is published in distros. Signed-off-by: rjshrjndrn --- api/.trivyignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 api/.trivyignore diff --git a/api/.trivyignore b/api/.trivyignore new file mode 100644 index 000000000..02f167862 --- /dev/null +++ b/api/.trivyignore @@ -0,0 +1,3 @@ +# Accept the risk until +# python setup tools recently fixed. Not yet avaialable in distros. +CVE-2022-40897 exp:2023-02-01