]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1723] fix a problem with bandit searching .git
authorAndrei Pavel <andrei@isc.org>
Tue, 25 Jun 2024 21:38:36 +0000 (00:38 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 9 Jul 2024 10:49:31 +0000 (13:49 +0300)
.gitlab-ci.yml

index f3e86d447564112d628aaac9ffa0d8665c0cfe81..9e2d292c9c8e349de8c803660ad6b6f76690afc1 100644 (file)
@@ -88,7 +88,7 @@ shellcheck:
 
 bandit:
   script:
-    - bandit -r ./
+    - bandit -r ./src -x ./.git
 
 pycodestyle:
   stage: test