Skip to content

Commit

Permalink
Merge pull request #26 from khhipparagi/bug/fix-retry-logic
Browse files Browse the repository at this point in the history
Re-assign the scan status
  • Loading branch information
khhipparagi authored Dec 9, 2024
2 parents 6c88784 + ee6f0fb commit 96c558d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions get-blackduck-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function get_scan_status {
if [ -z "$scan_status" ];
then
scan_status="COMPLETED"
else
scan_status="IN_PROGRESS"
fi
echo "| - scan_status: $scan_status"
done
Expand Down

0 comments on commit 96c558d

Please sign in to comment.