We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5643752 commit b53e179Copy full SHA for b53e179
action.yml
@@ -73,9 +73,7 @@ runs:
73
sentry-cli send-event -m "FOSSA scan failure" -t repo:$GITHUB_REPOSITORY -e url:$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID --logfile analyze_logs.txt
74
exit 0
75
fi
76
- test_logs=$(cat test_logs.txt)
77
- echo "$test_logs"
78
- if [[ grep -q "The scan has revealed issues. Number of issues found:" test_logs.txt ]]; then
+ if grep -q "The scan has revealed issues. Number of issues found:" test_logs.txt; then
79
echo
80
echo "🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 "
81
0 commit comments