File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Then run an importer for nginx advisories (which is small)
8080
8181.. code :: bash
8282
83- docker compose exec vulnerablecode ./manage.py import vulnerabilities.importers.nginx.NginxImporter
83+ docker compose exec vulnerablecode ./manage.py import nginx_importer
8484 docker compose exec vulnerablecode ./manage.py improve --all
8585
8686 At this point, the VulnerableCode app and API should be up and running with
@@ -117,7 +117,7 @@ On a Debian system, use this
117117 make dev envfile postgres
118118 make test
119119 source venv/bin/activate
120- ./manage.py import vulnerabilities.importers.nginx.NginxImporter
120+ ./manage.py import nginx_importer
121121 ./manage.py improve --all
122122 make run
123123
You can’t perform that action at this time.
0 commit comments