update dist after fixing typo

This commit is contained in:
Tiago Pascoal
2022-08-07 11:39:10 +00:00
parent dfcdb87cb3
commit 47f663b6ee
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -369,7 +369,7 @@ const core = __importStar(__nccwpck_require__(2186));
function addSummaryToSummary(addedPackages, licenseErrors, unknownLicenses) {
core.summary
.addHeading('Dependency Review')
.addRaw(`We found ${addedPackages.length} vulnerable package(s), ${licenseErrors.length} package()s with incompatible licenses, and ${unknownLicenses.length} package(s) with unknown licenses.`);
.addRaw(`We found ${addedPackages.length} vulnerable package(s), ${licenseErrors.length} package(s) with incompatible licenses, and ${unknownLicenses.length} package(s) with unknown licenses.`);
}
exports.addSummaryToSummary = addSummaryToSummary;
function addChangeVulnerabilitiesToSummary(addedPackages, severity) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long