|
|
|
|
|
by Jnr
180 days ago
|
|
I do exactly that in my container build pipelines and it is great. And then CI uploads those SBOMs to Dependency Track. Depending on the language, scanning just the container is not enough, you for sure want to scan the lockfiles for full dependency list before it is compiled/packed/minified and becomes invisible to trivy/syft. |
|