Add exception for local kubectl binary

This commit is contained in:
Thomas Stromberg 2022-10-20 13:15:26 -04:00
parent 8e1569164a
commit 9373952f18
Failed to extract signature

View File

@ -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/%'
)
)