Skip to content

repo for the cyberdojo/dashboard Docker image; a cyber-dojo microservice

License

Notifications You must be signed in to change notification settings

cyber-dojo/dashboard

Repository files navigation

Github Action (main)

Development

# To build the image
$ make image_server

# To run all tests
$ make test_server

# To run only specific tests
$ ./bin/run_tests.sh {-h|--help}
$ ./bin/run_tests.sh server 449AC6

# To check coverage metrics
$ make coverage_server

# To run snyk-container-scan
$ make snyk_container_scan

# To run rubocop-lint
$ make rubocop_lint

# To run demo
$ make demo


cyber-dojo.org home page