diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-25 23:38:36 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-07-09 12:49:31 +0200 |
commit | cbc484285da68471d58777f09bd745b8820bd346 (patch) | |
tree | c5321c74be695f6faebb7077d252c1c3235b996b | |
parent | [#1723] tools/check-messages.sh (diff) | |
download | kea-cbc484285da68471d58777f09bd745b8820bd346.tar.xz kea-cbc484285da68471d58777f09bd745b8820bd346.zip |
[#1723] fix a problem with bandit searching .git
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |