We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbom
For sbom mode Trivy creates 2 Results for one Application (if Package has Root relationship) e.g.:
➜ ./trivy -q rootfs -f cyclonedx -o report.cdx.json ./pkg/dependency/parser/golang/binary/testdata/test.elf ➜ ./trivy -q sbom -f json --list-all-pkgs ./report.cdx.json | grep Target -A 2 "Target": "", "Class": "lang-pkgs", "Type": "gobinary", -- "Target": "test.elf", "Class": "lang-pkgs", "Type": "gobinary",
The text was updated successfully, but these errors were encountered:
DmitriyLewen
Successfully merging a pull request may close this issue.
Description
For
sbom
mode Trivy creates 2 Results for one Application (if Package has Root relationship)e.g.:
Discussed in #7169
The text was updated successfully, but these errors were encountered: