From 34f6d857ed1d2604d87041e0b9cda965e3e88d29 Mon Sep 17 00:00:00 2001 From: Seth Simmons Date: Fri, 26 Mar 2021 12:12:10 -0400 Subject: [PATCH] Add allowedlist.yaml --- .github/containerscan/allowedlist.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/containerscan/allowedlist.yaml diff --git a/.github/containerscan/allowedlist.yaml b/.github/containerscan/allowedlist.yaml new file mode 100644 index 0000000..853110d --- /dev/null +++ b/.github/containerscan/allowedlist.yaml @@ -0,0 +1,5 @@ +general: + vulnerabilities: + - CIS-DI-0005 + - CIS-DI-0008 + bestPracticeViolations: \ No newline at end of file