Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing --no-check-version cli option
Currently, if the --no-check-version option is used, the scan fails because an unbound variable is passed to the run_scan function. Fix this by assigning None in that case. Add a test that passes with this change and fails without it. Signed-off-by: alexzurbonsen <[email protected]>
- Loading branch information