Skip to content

Commit 3c89a5e

Browse files
committed
Change message
1 parent 007abf1 commit 3c89a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
report_csv="$(ls -tr output.cve-bin-*.csv 2>/dev/null | tail -n1)" # last file generated
4040
if [ -z "$report_csv" ]; then
41-
echo "Failure when running check"
41+
echo "No file with vulnerabilities. Probably a failure in previous step."
4242
else
4343
echo "Vulnerabilities stored in $report_csv"
4444
fi

0 commit comments

Comments
 (0)