Skip to content

Commit

Permalink
Update config.yaml (#88)
Browse files Browse the repository at this point in the history
skip `/run` dir while scanning to avoid scanning docker images internal
  • Loading branch information
Harshvardhan Karn authored Jun 21, 2024
1 parent 891bbf8 commit 5a4252b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

exclude_extensions: [ ".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".tif", ".psd", ".xcf", ".zip", ".tar.gz",".gz",".so", ".0", ".1", ".2", ".3",".4",".5",".6",".7",".8",".9", ".ttf", ".lock", ".yar", ".log", ".chk", ".sdb", ".jdb", ".pat", ".jrs", ".dit", ".pol", ".mdb", ".dns", ".admx", ".adml", ".adm", ".edb", ".db", ".evtx"]
# need to confirm as windows hides file extensions
exclude_paths: ["{sep}var{sep}lib{sep}docker", "{sep}var{sep}lib{sep}containerd", "{sep}dev", "{sep}proc", "{sep}usr{sep}lib", "{sep}sys", "{sep}boot"] # use {sep} for the OS' path seperator (i.e. / or \)
exclude_container_paths: ["{sep}dev", "{sep}proc", "{sep}usr{sep}lib", "{sep}sys", "{sep}tmp", "{sep}boot"] # use {sep} for the OS' path seperator (i.e. / or \)
exclude_paths: ["{sep}var{sep}lib{sep}docker", "{sep}var{sep}lib{sep}containerd", "{sep}dev", "{sep}proc", "{sep}usr{sep}lib", "{sep}sys", "{sep}boot", "{sep}run"] # use {sep} for the OS' path seperator (i.e. / or \)
exclude_container_paths: ["{sep}dev", "{sep}proc", "{sep}usr{sep}lib", "{sep}sys", "{sep}tmp", "{sep}boot", "{sep}run"] # use {sep} for the OS' path seperator (i.e. / or \)

0 comments on commit 5a4252b

Please sign in to comment.