Skip to content

Commit

Permalink
Update config.yaml (#101)
Browse files Browse the repository at this point in the history
in case where target file is inside tar, checking executable fails.
turning this off till we find way around
  • Loading branch information
ibreakthecloud authored Jul 19, 2024
1 parent 8dbb988 commit fd1f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
exclude_extensions: [ ".log", ".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"]
exclude_paths: ["/var/lib/docker", "/var/lib/containerd", "/dev", "/proc", "/usr/lib", "/sys", "/boot", "/run"]
max_file_size: 1073741824
skip_non_executable: true
skip_non_executable: false

0 comments on commit fd1f41e

Please sign in to comment.