We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7dd6d commit bf98673Copy full SHA for bf98673
scripts/set-job-result.sh
@@ -18,10 +18,10 @@ echo "export ERROR_ISSUES='$ERROR_ISSUES'" >> vars.env
18
echo "export ERROR_VIOLATIONS='$ERROR_VIOLATIONS'" >> vars.env
19
20
if [[ $ERROR_ISSUES -eq 0 && $ERROR_VIOLATIONS -eq 0 ]]; then
21
- echo "OSS scan has no issues nor violations that have to be fixed."
+ echo "Scan has no issues nor violations that have to be fixed."
22
exit_code=0
23
else
24
- echo "OSS scan has ${ERROR_ISSUES} issues and ${ERROR_VIOLATIONS} violations that have to be fixed."
+ echo "Scan has ${ERROR_ISSUES} issues and ${ERROR_VIOLATIONS} violations that have to be fixed."
25
echo "Please check the report for more info."
26
exit_code=1
27
fi
0 commit comments