diff --git a/Makefile b/Makefile index cad1830..afb7e63 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,10 @@ scan: trivy $(TRIVY_OPTS) $(REPOSITORY):$(TAG) test: + @echo "Not implemented (yet)" + + +pytest: flake8 --ignore=E501 app/app.py ./test.py