Use the correct name for allowlists.
This commit is contained in:
+1
-1
@@ -13699,7 +13699,7 @@ function readConfig() {
|
||||
let options = {};
|
||||
// By default we want to fail on all severities and allow all licenses.
|
||||
const severity = core.getInput('fail-on-severity') || 'low';
|
||||
const allowedLicenses = core.getInput('allowed-licenses');
|
||||
const allowedLicenses = core.getInput('allow-licenses');
|
||||
const denyLicenses = core.getInput('deny-licenses');
|
||||
options.fail_on_severity = severity.toLowerCase();
|
||||
if (allowedLicenses.length > 0) {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user