fix(forks): fix failed action on forks

Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
This commit is contained in:
João Reigota
2022-01-25 18:07:58 +00:00
parent 0fb2e77e82
commit 89067deec6

View File

@ -79,7 +79,6 @@ async function main() {
cleanupOutput(outputPath.resultsJSONFile, outputFormats);
} catch (e) {
console.error(e);
core.setFailed(e.message);
}
}