Exclude _darwin_x paths in home
This commit is contained in:
parent
27dfda38ed
commit
edc9e4b527
|
@ -31,6 +31,8 @@ WHERE
|
|||
AND gap.path NOT LIKE '/usr/local/bin/%'
|
||||
AND gap.path NOT LIKE '/Users/%/%-darwin-amd64'
|
||||
AND gap.path NOT LIKE '/Users/%/%-darwin-arm64'
|
||||
AND gap.path NOT LIKE '/Users/%/%_darwin_amd64'
|
||||
AND gap.path NOT LIKE '/Users/%/%_darwin_arm64'
|
||||
AND gap.path NOT LIKE '/Users/%/configure'
|
||||
AND gap.path NOT LIKE '/Users/%/trivy'
|
||||
GROUP BY
|
||||
|
|
Loading…
Reference in New Issue