Add support for snapshot dependency changes

This commit is contained in:
Justin Holguín
2023-03-22 15:59:17 +00:00
committed by GitHub
parent f46c48ed6d
commit 10529907c7
11 changed files with 111 additions and 19 deletions
+1
View File
@@ -19,6 +19,7 @@ const defaultConfig: ConfigurationOptions = {
license_check: true,
fail_on_severity: 'high',
fail_on_scopes: ['runtime'],
include_dependency_snapshots: false,
allow_ghsas: [],
allow_licenses: ['MIT'],
deny_licenses: [],