admin管理员组文章数量:1278858
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
本文标签: dependenciesWhy is the OWASP Dependency Track dashboard emptyStack Overflow
版权声明:本文标题:dependencies - Why is the OWASP Dependency Track dashboard empty? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741292021a2370606.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论