Skip to content

fix: invalid empty commit range for log opts

Zach Rice requested to merge fix-invalid-revision into master

What does this MR do?

This MR fixes the conditional that checks if there are any commits present that need to be scanned. Cases like merge request branches being merged would result in failures like https://gitlab.com/gitlab-org/gitlab/-/jobs/2159996266 where there are no new changes.

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Edited by Daniel Paul Searles

Merge request reports