fix(forks): fix failed action on forks (#40)

Signed-off-by: João Reigota <joao.reigota@checkmarx.com>
This commit is contained in:
João Reigota
2022-03-11 11:18:51 +00:00
committed by GitHub
parent ecee434fa0
commit a850bd533c

View File

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