This commit is contained in:
		@@ -27,6 +27,14 @@ steps:
 | 
			
		||||
  - 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
 | 
			
		||||
  image: aosapps/drone-sonar-plugin
 | 
			
		||||
  settings:
 | 
			
		||||
    sonar_host:
 | 
			
		||||
      from_secret: SONAR_HOST
 | 
			
		||||
    sonar_token:
 | 
			
		||||
      from_secret: SONAR_CODE
 | 
			
		||||
 | 
			
		||||
- name: rebuild-cache-with-filesystem
 | 
			
		||||
  image: meltwater/drone-cache:dev
 | 
			
		||||
  pull: true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user