Skip to content

Resolve #239801 "Fix bug when go.sum does not exist"

Adam Cohen requested to merge 239801-fix-bug-when-go.sum-does-not-exist into main

What does this MR do?

This MR fixes a bug that caused license finder to fail when scanning a go project without a go.sum file

What are the relevant issue numbers?

gitlab-org/gitlab#239801 (closed)

Testing

  • Before change, license scanning fails, as shown here
  • After change, license scanning passes, as shown here

Does this MR meet the acceptance criteria?

Closes #239801

Edited by Adam Cohen

Merge request reports