diff --git a/qodana.yaml b/qodana.yaml index 9b8e51cc..506f22dd 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -19,14 +19,17 @@ profile: # - #Execute shell command before Qodana execution (Applied in CI/CD pipeline) -#bootstrap: sh ./prepare-qodana.sh +bootstrap: pip install -r requirements.txt #Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) #plugins: # - id: #(plugin id can be found at https://plugins.jetbrains.com) #Specify Qodana linter for analysis (Applied in CI/CD pipeline) -linter: jetbrains/qodana-python:latest +linter: jetbrains/qodana-django:latest +include: + - name: VulnerableLibrariesGlobal + exclude: - name: All paths: