Mask all descendants of .github/

This commit is contained in:
Thomas Stromberg 2023-03-28 17:02:01 -04:00
parent 98e502b039
commit eceb9c5dec
Failed to extract signature

View File

@ -141,6 +141,7 @@ WHERE
OR dir LIKE '/tmp/%/.github/workflows'
OR dir LIKE '%/.build'
OR dir LIKE '%/.git'
OR dir LIKE '%/.github/%'
OR dir LIKE '%/.github'
OR dir LIKE '/home/build/.cache%'
OR dir LIKE '~/.%'