Exclude pnpm lock files in policheck (#31645)

closes #31646
This commit is contained in:
Albert Cheng 2024-11-07 03:08:03 -08:00 коммит произвёл GitHub
Родитель 7da16dde82
Коммит 6f0d99bf0b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,5 +8,5 @@ skipped -->
<!-- Each of these file types will be completely skipped for the entire scan -->
<!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
<!-- The specified file names will be skipped during the scan regardless which folder they are in -->
<!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
<Exclusion Type="FileName">PNPM-LOCK.YAML</Exclusion>
</PoliCheckExclusions>