diff --git a/.github/containerscan/allowedlist.yaml b/.github/containerscan/allowedlist.yaml deleted file mode 100644 index 843f197..0000000 --- a/.github/containerscan/allowedlist.yaml +++ /dev/null @@ -1,7 +0,0 @@ -general: - bestPracticeViolations: - # We violate this rule because we add kubectl from a remote location - # Instead of building it from source/copying it. - # Until we change our practices (e.g. have Dockerfile build kubectl - # in a multi-staged manner), we should skip this check - - CIS-DI-0009