From: Andrei Pavel Date: Tue, 25 Jun 2024 21:38:36 +0000 (+0300) Subject: [#1723] fix a problem with bandit searching .git X-Git-Tag: Kea-2.7.1~51 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cbc484285da68471d58777f09bd745b8820bd346;p=thirdparty%2Fkea.git [#1723] fix a problem with bandit searching .git --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3e86d4475..9e2d292c9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ shellcheck: bandit: script: - - bandit -r ./ + - bandit -r ./src -x ./.git pycodestyle: stage: test