Fix config mapping issue
This commit is contained in:
+1
@@ -49695,6 +49695,7 @@ function readInlineConfig() {
|
|||||||
const retry_on_snapshot_warnings = getOptionalBoolean('retry-on-snapshot-warnings');
|
const retry_on_snapshot_warnings = getOptionalBoolean('retry-on-snapshot-warnings');
|
||||||
const retry_on_snapshot_warnings_timeout = getOptionalNumber('retry-on-snapshot-warnings-timeout');
|
const retry_on_snapshot_warnings_timeout = getOptionalNumber('retry-on-snapshot-warnings-timeout');
|
||||||
const warn_only = getOptionalBoolean('warn-only');
|
const warn_only = getOptionalBoolean('warn-only');
|
||||||
|
const show_openssf_scorecard = getOptionalBoolean('show-openssf-scorecard');
|
||||||
validatePURL(allow_dependencies_licenses);
|
validatePURL(allow_dependencies_licenses);
|
||||||
validateLicenses('allow-licenses', allow_licenses);
|
validateLicenses('allow-licenses', allow_licenses);
|
||||||
validateLicenses('deny-licenses', deny_licenses);
|
validateLicenses('deny-licenses', deny_licenses);
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -48,6 +48,7 @@ function readInlineConfig(): ConfigurationOptionsPartial {
|
|||||||
'retry-on-snapshot-warnings-timeout'
|
'retry-on-snapshot-warnings-timeout'
|
||||||
)
|
)
|
||||||
const warn_only = getOptionalBoolean('warn-only')
|
const warn_only = getOptionalBoolean('warn-only')
|
||||||
|
const show_openssf_scorecard = getOptionalBoolean('show-openssf-scorecard')
|
||||||
|
|
||||||
validatePURL(allow_dependencies_licenses)
|
validatePURL(allow_dependencies_licenses)
|
||||||
validateLicenses('allow-licenses', allow_licenses)
|
validateLicenses('allow-licenses', allow_licenses)
|
||||||
|
|||||||
Reference in New Issue
Block a user