mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-26 15:52:04 +00:00
hidden executable: Add provisio exception
This commit is contained in:
parent
d08fdd38b2
commit
d5c6233716
@ -48,6 +48,7 @@ WHERE
|
||||
AND NOT f.directory LIKE '%/.bin-unwrapped'
|
||||
AND NOT f.directory LIKE '%/.cargo/bin'
|
||||
AND NOT f.directory LIKE '%/.config/nvm/%/bin'
|
||||
AND NOT f.directory LIKE '%/.provisio/bin/%'
|
||||
AND NOT f.directory LIKE '%/.local/%'
|
||||
AND NOT f.directory LIKE '%/node_modules/.bin/%'
|
||||
AND NOT f.directory LIKE '%/.nvm/versions/%/bin'
|
||||
|
Loading…
Reference in New Issue
Block a user