From 5a857acc3ff945466959911fe8a2a0056d4f54d1 Mon Sep 17 00:00:00 2001 From: Ramanan Ravikumar Date: Fri, 14 Oct 2022 14:53:55 +0530 Subject: [PATCH] Add exclusion paths for crio --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 91082b6..cce7039 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ blacklisted_strings: [] # skip matches containing any of these strings (case sensitive) blacklisted_extensions: [".exe", ".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".tif", ".psd", ".xcf", ".zip", ".tar.gz", ".ttf", ".lock", ".pem"] -blacklisted_paths: ["{sep}var{sep}lib{sep}docker", "{sep}var{sep}lib{sep}containerd", "{sep}bin", "{sep}boot", "{sep}dev", "{sep}lib", "{sep}lib64", "{sep}media", "{sep}proc", "{sep}run", "{sep}sbin", "{sep}usr{sep}lib", "{sep}sys", "{sep}home{sep}kubernetes"] # use {sep} for the OS' path seperator (i.e. / or \) +blacklisted_paths: ["{sep}var{sep}lib{sep}docker", "{sep}var{sep}lib{sep}containerd", "{sep}var{sep}lib{sep}containers", "{sep}var{sep}lib{sep}crio", "{sep}var{sep}run{sep}containers", "{sep}bin", "{sep}boot", "{sep}dev", "{sep}lib", "{sep}lib64", "{sep}media", "{sep}proc", "{sep}run", "{sep}sbin", "{sep}usr{sep}lib", "{sep}sys", "{sep}home{sep}kubernetes"] # use {sep} for the OS' path seperator (i.e. / or \) signatures: - part: 'extension'