Reputation: 11
am new to Dependency Track and I was managed to configure it and set it up with SecOps pipeline. I have few Node JS test projects configured in Dependency Track which shows Vulnerabilities but the Dashboard and Portfolio is empty. So, can someone provide any idea to sort this out?
I have used below shown commands to install Cyclonedx tool for npm, generate SBOM file and and upload it into Dependency Track.
npm install --global @cyclonedx/cyclonedx-npm
cyclonedx-npm --ignore-npm-errors --output-file test_sbom.json package.json
curl -X POST http://localhost:8081/api/v1/bom -H "Content-Type:multipart/form-data" -H "X-API-Key:odt_000000000000000000000000000" -F "project=12121212121212121212" -F "bom=@test_sbom.json"
Regards,
Khopi
Upvotes: 0
Views: 39