aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorpaweldenst <pawel.denst@external.t-mobile.pl>2022-10-25 11:37:03 +0000
committerpaweldenst <pawel.denst@external.t-mobile.pl>2022-11-25 08:14:07 +0000
commit1b6a93d93fe6ac41eb221dc59c2171e9bdd578e3 (patch)
tree426764fe83cf6313f7b04e94afdc892ff1056df4 /.gitlab-ci.yml
parent25cafb994c9ba3b874cd973a1e1d440fb0b98bf0 (diff)
Run Python 3.11 tests
This commit deletes unnecessary comments Issue-ID: INT-2168 Signed-off-by: paweldenst <pawel.denst@external.t-mobile.pl> Change-Id: I08b738d3a9aebbdf5d305a118a4d7b7e64d686a5
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: