gcp keys mdfind: filter out more filenames

This commit is contained in:
Thomas Stromberg 2023-03-17 10:15:07 -04:00
parent 2bfd736d37
commit 0aac121cbb
Failed to extract signature

View File

@ -53,11 +53,23 @@ WHERE
AND NOT file.directory LIKE '%/conformance/%'
AND NOT file.directory LIKE '%/third_party/%'
AND NOT file.directory LIKE '%/generated/%'
AND NOT file.directory LIKE '%/output/%'
AND NOT file.directory LIKE '%/tests%'
AND NOT file.directory LIKE '%/validation%'
AND NOT file.directory LIKE '%/data/%'
AND NOT file.directory LIKE '%/json%'
AND NOT file.directory LIKE '%/specs%'
AND NOT file.directory LIKE '%/schemas'
AND NOT file.directory LIKE '/Users/%/Library/Application Support/%'
AND NOT file.directory LIKE '%demo'
AND NOT file.filename LIKE 'ntia-conformance-%'
AND NOT file.filename LIKE '%-test.json'
AND NOT file.filename LIKE '%package%'
AND NOT file.filename LIKE '%expected%'
AND NOT file.filename LIKE '%.pom.%'
AND NOT file.filename LIKE '%latest%'
AND NOT file.filename LIKE '%2022%'
AND NOT file.filename LIKE '%2023%'
AND NOT file.filename LIKE '%spdx%'
AND NOT file.filename LIKE '%-v1%'
-- Well known demo keys