Fix config mapping issue

This commit is contained in:
Justin Hutchings
2024-03-04 18:11:46 +00:00
parent 5955069e69
commit ea64ae9d4d
3 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ function readInlineConfig(): ConfigurationOptionsPartial {
'retry-on-snapshot-warnings-timeout'
)
const warn_only = getOptionalBoolean('warn-only')
const show_openssf_scorecard = getOptionalBoolean('show-openssf-scorecard')
validatePURL(allow_dependencies_licenses)
validateLicenses('allow-licenses', allow_licenses)