switched to purl format

This commit is contained in:
Stefan Petrushevski
2023-04-06 09:37:42 +02:00
parent e17845d155
commit 9ad7edb033
8 changed files with 81 additions and 28 deletions

View File

@@ -22,10 +22,12 @@ const defaultConfig: ConfigurationOptions = {
allow_ghsas: [],
allow_licenses: ['MIT'],
deny_licenses: [],
allow_dependencies_licenses: {
npm: ['pkg1'],
pip: ['pkg2']
},
allow_dependencies_licenses: [
'pkg:npm/express@4.17.1',
'pkg:pip/requests',
'pkg:pip/certifi',
'pkg:pip/pycrypto@2.6.1'
],
comment_summary_in_pr: true
}