build and package allow-ghsas

This commit is contained in:
Sarah Aladetan
2022-09-22 22:58:43 +00:00
parent 241ff73141
commit bcb52636bd
3 changed files with 42 additions and 15 deletions
+7 -7
View File
@@ -60,13 +60,13 @@ export function readInlineConfig(): ConfigurationOptions {
const head_ref = getOptionalInput('head-ref')
return {
fail_on_severity: fail_on_severity,
fail_on_scopes: fail_on_scopes,
allow_licenses: allow_licenses,
deny_licenses: deny_licenses,
allow_ghsas: allow_ghsas,
base_ref: base_ref,
head_ref: head_ref
fail_on_severity,
fail_on_scopes,
allow_licenses,
deny_licenses,
allow_ghsas,
base_ref,
head_ref
}
}