finalize testing

This commit is contained in:
tgrall
2024-01-28 15:54:59 +01:00
parent 2c526853b4
commit 05d861260a
3 changed files with 1 additions and 3 deletions

1
dist/index.js generated vendored
View File

@@ -671,7 +671,6 @@ function run() {
});
}
function printVulnerabilitiesBlock(addedChanges, minSeverity, warnOnly) {
core.debug(`warnOnly: ${warnOnly}`);
let vulFound = false;
core.group('Vulnerabilities', () => __awaiter(this, void 0, void 0, function* () {
if (addedChanges.length > 0) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -177,7 +177,6 @@ function printVulnerabilitiesBlock(
minSeverity: Severity,
warnOnly: boolean
): void {
core.debug(`warnOnly: ${warnOnly}`)
let vulFound = false
core.group('Vulnerabilities', async () => {
if (addedChanges.length > 0) {