mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-16 01:17:03 +00:00
Add exception for local kubectl binary
This commit is contained in:
parent
8e1569164a
commit
9373952f18
@ -84,6 +84,7 @@ WHERE
|
||||
OR p.path LIKE '/Users/%/Library/Application Support/com.elgato.StreamDeck/Plugins/%'
|
||||
OR p.path LIKE '/Applications/%.app/Contents/MacOS/%'
|
||||
OR p.path LIKE '/opt/homebrew/Cellar/%/bin/%'
|
||||
OR p.path LIKE '/Users/%/google-cloud-sdk/bin/kubectl'
|
||||
OR p.path LIKE '/nix/store/%'
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user