summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjvoisin2018-10-05 17:00:59 +0200
committerjvoisin2018-10-05 17:07:58 +0200
commit0d25b18d266b1cd546294fee8ba735831f9a7fef (patch)
tree9cac68778ece89d246232ad1c4a1db3abcd58999 /.gitlab-ci.yml
parentd0f3534efffb057e0f6a5decde70d96b6c98cab8 (diff)
Improve both the typing and the comments
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b31d088..29e3553 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ bandit:
9 script: # TODO: remove B405 and B314 9 script: # TODO: remove B405 and B314
10 - apt-get -qqy update 10 - apt-get -qqy update
11 - apt-get -qqy install --no-install-recommends python3-bandit 11 - apt-get -qqy install --no-install-recommends python3-bandit
12 - bandit ./mat2 --format txt 12 - bandit ./mat2 --format txt --skip B101
13 - bandit -r ./nautilus/ --format txt --skip B101 13 - bandit -r ./nautilus/ --format txt --skip B101
14 - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314 14 - bandit -r ./libmat2 --format txt --skip B101,B404,B603,B405,B314
15 15