diff --git a/Makefile b/Makefile index 78675e5e5..1e9f86ac7 100644 --- a/Makefile +++ b/Makefile @@ -77,13 +77,6 @@ migrate-downgrade: import-all: [ -d "./venv" ] && . ./venv/bin/activate - rm -rf standards_cache.sqlite - make migrate-upgrade - export FLASK_APP=$(CURDIR)/cre.py - python cre.py --add --from_spreadsheet https://docs.google.com/spreadsheets/d/1eZOEYgts7d_-Dr-1oAbogPfzBLh6511b58pX3b59kvg - python cre.py --generate_embeddings - python cre.py --zap_in --cheatsheets_in --github_tools_in --capec_in --owasp_secure_headers_in --pci_dss_4_in --juiceshop_in - python cre.py --generate_embeddings - + rm -rf standards_cache.sqlite && make migrate-upgrade && export FLASK_APP=$(CURDIR)/cre.py && python cre.py --add --from_spreadsheet https://docs.google.com/spreadsheets/d/1eZOEYgts7d_-Dr-1oAbogPfzBLh6511b58pX3b59kvg && python cre.py --generate_embeddings && python cre.py --zap_in --cheatsheets_in --github_tools_in --capec_in --owasp_secure_headers_in --pci_dss_4_in --juiceshop_in && python cre.py --generate_embeddings all: clean lint test dev dev-run