diff --git a/Makefile b/Makefile index bfbbb4761..7affac3f9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ lint: pyright pyright e2e lifecycle bandit -r passbook e2e lifecycle pylint passbook e2e lifecycle - prospector passbook e2e lifecycle + prospector gen: coverage ./manage.py generate_swagger -o swagger.yaml -f yaml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f566210d..fe029a3e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ stages: pipenv install --dev prospector --skip-lock - task: CmdLine@2 inputs: - script: pipenv run prospector passbook e2e lifecycle + script: pipenv run prospector - job: bandit pool: vmImage: 'ubuntu-latest'