Skip to content

Commit

Permalink
Fix failing --no-check-version cli option
Browse files Browse the repository at this point in the history
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 <alexander.zur.bonsen@tngtech.com>
  • Loading branch information
alexzurbonsen committed Dec 5, 2024
1 parent 65e1c2d commit 560ccb7
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 357 deletions.
Loading

0 comments on commit 560ccb7

Please sign in to comment.