From 85ebe3172b7cca237506dd02e2087ba9f1873871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Wed, 25 Aug 2021 13:39:20 +0200 Subject: [PATCH 1/2] Update dev-requirements.txt add bandit security linter --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2a0f2dbd..1614c06c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,4 +7,5 @@ pylint==2.8.3 pytest-cov==2.11.1 codecov==2.1.11 flake8==3.8.4 +bandit==1.7.0 sphinx From 5e971dbe4cf6e1b5bdcaf1e0ad843c97962852d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Wed, 25 Aug 2021 13:40:12 +0200 Subject: [PATCH 2/2] Update .travis.yml remove separate bandit installation after adding to dev-requirements.txt --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d8796ac..365a477f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,6 @@ install: - pip install lxml==$LXML_VERSION - pip install -r dev-requirements.txt - pip install -r requirements.txt - - pip install bandit # command to run tests script: