This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.
The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started
make run
Then, you should be able to access the application and dependency track:
http://localhost:3000/
http://localhost:8080/login
Use the template.env
file to create a .env
file with secrets. These secretes should be created by logging into dependency track, creating a project and obtaining an API token and the project ID. The default username and password are admin/admin
.
http://localhost:8080/login
Run the following command and go to the project in dependency track. You should now view SBOM report.
make all
make clean