We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007abf1 commit 3c89a5eCopy full SHA for 3c89a5e
.github/workflows/check-binaries.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
report_csv="$(ls -tr output.cve-bin-*.csv 2>/dev/null | tail -n1)" # last file generated
40
if [ -z "$report_csv" ]; then
41
- echo "Failure when running check"
+ echo "No file with vulnerabilities. Probably a failure in previous step."
42
else
43
echo "Vulnerabilities stored in $report_csv"
44
fi
0 commit comments