adding dist files

This commit is contained in:
Federico Builes
2022-05-31 17:09:21 +02:00
parent 731e67eca2
commit 4235242818
2 changed files with 3 additions and 3 deletions

4
dist/index.js generated vendored
View File

@@ -127,7 +127,7 @@ function run() {
let minSeverity = config.fail_on_severity;
let failed = false;
let filteredChanges = (0, filter_1.filterChangesBySeverity)(minSeverity, changes);
for (const change of changes) {
for (const change of filteredChanges) {
if (change.change_type === 'added' &&
change.vulnerabilities !== undefined &&
change.vulnerabilities.length > 0) {
@@ -13628,7 +13628,7 @@ exports.CONFIG_FILEPATH = "./.github/dep-review.yml";
function readConfigFile(filePath = exports.CONFIG_FILEPATH) {
// By default we want to fail on all severities and allow all licenses.
var defaultOptions = {
fail_on_severity: "all",
fail_on_severity: "low",
allow_licenses: ['all'],
deny_licenses: []
};

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long