aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ed14e3..84ae83b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,6 +102,14 @@
image: python:3.10
<<: *integration_tests
+ bandit:
+ image: python:3.10
+ stage: linting
+ script:
+ - pip install -r requirements.txt
+ - pip3 install bandit
+ - bandit -r src/onapsdk
+
pages:
stage: deploy
image: