Skip to content

Commit

Permalink
set skip non executable to true (#112)
Browse files Browse the repository at this point in the history
(cherry picked from commit a6856d5)
  • Loading branch information
noboruma authored and ramanan-ravi committed Nov 15, 2024
1 parent 346816a commit 1b00031
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: false
skip_non_executable: true

0 comments on commit 1b00031

Please sign in to comment.