Replace pip -> pypi in PURL examples

This commit is contained in:
Federico Builes
2023-12-11 17:23:19 +01:00
parent b8a398b675
commit b39e17ba5e
5 changed files with 16 additions and 13 deletions
+3 -3
View File
@@ -26,9 +26,9 @@ const defaultConfig: ConfigurationOptions = {
deny_groups: [],
allow_dependencies_licenses: [
'pkg:npm/[email protected]',
'pkg:pip/requests',
'pkg:pip/certifi',
'pkg:pip/[email protected]'
'pkg:pypi/requests',
'pkg:pypi/certifi',
'pkg:pypi/[email protected]'
],
comment_summary_in_pr: true,
retry_on_snapshot_warnings: false,