Skip to content

Commit

Permalink
CI: fix missing bandit git
Browse files Browse the repository at this point in the history
We have to install badit[baseline] as upstream removed support for git
in basic installation.

Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Jul 16, 2024
1 parent 00094bf commit 1f46fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ case ${ACTION} in
;;
"bandit")
setup_osbs
$RUN "${PIP_INST[@]}" bandit
$RUN "${PIP_INST[@]}" bandit[baseline]
TEST_CMD="bandit-baseline -r atomic_reactor -ll -ii"
;;
*)
Expand Down

0 comments on commit 1f46fbe

Please sign in to comment.