Skip to content

Commit bf98673

Browse files
tsteenbefviernau
authored andcommitted
set-job-result: Remove 'OSS' wording
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent ab7dd6d commit bf98673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/set-job-result.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ echo "export ERROR_ISSUES='$ERROR_ISSUES'" >> vars.env
1818
echo "export ERROR_VIOLATIONS='$ERROR_VIOLATIONS'" >> vars.env
1919

2020
if [[ $ERROR_ISSUES -eq 0 && $ERROR_VIOLATIONS -eq 0 ]]; then
21-
echo "OSS scan has no issues nor violations that have to be fixed."
21+
echo "Scan has no issues nor violations that have to be fixed."
2222
exit_code=0
2323
else
24-
echo "OSS scan has ${ERROR_ISSUES} issues and ${ERROR_VIOLATIONS} violations that have to be fixed."
24+
echo "Scan has ${ERROR_ISSUES} issues and ${ERROR_VIOLATIONS} violations that have to be fixed."
2525
echo "Please check the report for more info."
2626
exit_code=1
2727
fi

0 commit comments

Comments
 (0)