refactor(cyclonedx): add intermediate representation (#4490)

This commit is contained in:
Teppei Fukuda
2023-06-01 05:50:47 +03:00
committed by GitHub
parent c15f269a99
commit 48b2e15c23
17 changed files with 1256 additions and 2202 deletions

View File

@@ -1110,9 +1110,6 @@ func NewSBOMCommand(globalFlags *flag.GlobalFlagGroup) *cobra.Command {
Example: ` # Scan CycloneDX and show the result in tables
$ trivy sbom /path/to/report.cdx
# Scan CycloneDX and generate a CycloneDX report
$ trivy sbom --format cyclonedx /path/to/report.cdx
# Scan CycloneDX-type attestation and show the result in tables
$ trivy sbom /path/to/report.cdx.intoto.jsonl
`,