updated summary output; create_summary.ts script

This commit is contained in:
Stefan Petrushevski
2023-03-08 13:02:59 +01:00
parent 600458c5dd
commit 884b7abd2d
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -22,6 +22,10 @@ const defaultConfig: ConfigurationOptions = {
allow_ghsas: [],
allow_licenses: ['MIT'],
deny_licenses: [],
allow_dependencies_licenses: {
npm: ['pkg1'],
pip: ['pkg2']
},
comment_summary_in_pr: true
}