do code analysis via sonar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
edc22a4e0a
commit
5a64c72cc9
10
.drone.yml
10
.drone.yml
@ -3,16 +3,6 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: static_analysis
|
|
||||||
image: "python:3.8"
|
|
||||||
commands:
|
|
||||||
- pip3 install --cache-dir='./.pipcache' pylint bandit mccabe
|
|
||||||
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
|
||||||
- find . -name "*.py" -exec python3 -m py_compile '{}' \;
|
|
||||||
- find . -name "*.py" -exec pylint '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
|
||||||
- find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
|
||||||
- bandit -r . + || if [ $? -eq 1 ]; then echo "you fail"; fi
|
|
||||||
|
|
||||||
- name: code-analysis
|
- name: code-analysis
|
||||||
image: aosapps/drone-sonar-plugin
|
image: aosapps/drone-sonar-plugin
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user