From 09a47f54219a1ba5357865639dd8ef51a67ec508 Mon Sep 17 00:00:00 2001 From: Seth Simmons Date: Fri, 26 Mar 2021 12:26:45 -0400 Subject: [PATCH] Fix allowedlist.yaml syntax --- .github/containerscan/allowedlist.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/containerscan/allowedlist.yaml b/.github/containerscan/allowedlist.yaml index 853110d..b82d81a 100644 --- a/.github/containerscan/allowedlist.yaml +++ b/.github/containerscan/allowedlist.yaml @@ -1,5 +1,4 @@ general: vulnerabilities: - CIS-DI-0005 - - CIS-DI-0008 - bestPracticeViolations: \ No newline at end of file + - CIS-DI-0008 \ No newline at end of file