Dependency-Track
Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain
This application installs the Dependency-Track server with Trivy as the vulnerability data source. It provides a web interface to manage components, vulnerabilities, and policies.
You can install multiple dependencytrack instances on the same node from the Software center.
Configuration
How to configure:
- Access the application
Settingspage and enter the FQDN for Dependency-Track, eg.sub.domain.com - Enable
Request LE Certificateoption accordingly to your needs - Click the Save button
Default credentials of Dependency-Track are:
- user:
admin - password:
admin
You can change them after the first login.
You can access the application at https://<FQDN> set in the settings.
Trivy security scanner
To enable the Trivy security scanner, follow these steps:
- Go to the Dependency-Track web interface.
- Navigate to the Administration section.
- Click on Analysers.
- Click on Trivy.
- Configure the Trivy data source settings as needed. with the following options:
- Base URL:
http://127.0.0.1:8282. - API Token: You can retrieve the Trivy Token under the advanced section of the Settings page.
- Click on Save to apply the changes.