new debug test

This commit is contained in:
tgrall
2024-01-28 15:51:39 +01:00
parent 9e251a5913
commit 2c526853b4
3 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ function printVulnerabilitiesBlock(
minSeverity: Severity,
warnOnly: boolean
): void {
core.info(`warnOnly: ${warnOnly}`)
core.debug(`warnOnly: ${warnOnly}`)
let vulFound = false
core.group('Vulnerabilities', async () => {
if (addedChanges.length > 0) {