Merge "Move safety checks to new Zuul job"
This commit is contained in:
commit
104c8b56a5
10
.zuul.yaml
10
.zuul.yaml
@ -17,6 +17,16 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
- spyglass-plugin-xls-dependency-vulnerability-check
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
- spyglass-plugin-xls-dependency-vulnerability-check
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: spyglass-plugin-xls-dependency-vulnerability-check
|
||||||
|
parent: openstack-tox
|
||||||
|
voting: false
|
||||||
|
timeout: 600
|
||||||
|
vars:
|
||||||
|
tox_envlist: safety
|
||||||
|
5
tox.ini
5
tox.ini
@ -35,13 +35,11 @@ commands =
|
|||||||
yapf -dr {toxinidir}/spyglass_plugin_xls {toxinidir}/setup.py {toxinidir}/tests
|
yapf -dr {toxinidir}/spyglass_plugin_xls {toxinidir}/setup.py {toxinidir}/tests
|
||||||
flake8 {toxinidir}/spyglass_plugin_xls {toxinidir}/tests
|
flake8 {toxinidir}/spyglass_plugin_xls {toxinidir}/tests
|
||||||
bandit -r spyglass_plugin_xls -n 5
|
bandit -r spyglass_plugin_xls -n 5
|
||||||
safety check -r {toxinidir}/requirements.txt \
|
|
||||||
-r {toxinidir}/test-requirements.txt \
|
|
||||||
-r {toxinidir}/doc/requirements.txt --bare
|
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
bash
|
bash
|
||||||
|
|
||||||
[testenv:safety]
|
[testenv:safety]
|
||||||
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
safety
|
safety
|
||||||
commands =
|
commands =
|
||||||
@ -50,6 +48,7 @@ commands =
|
|||||||
safety check -r {toxinidir}/doc/requirements.txt --full-report
|
safety check -r {toxinidir}/doc/requirements.txt --full-report
|
||||||
|
|
||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
bandit
|
bandit
|
||||||
commands = bandit -r spyglass_plugin_xls -n 5
|
commands = bandit -r spyglass_plugin_xls -n 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user