Skip to content

Commit

Permalink
Merge pull request #277 from viveksahu26/support-cyclonedx-1_6
Browse files Browse the repository at this point in the history
support 1.6 CycloneDX spec version
  • Loading branch information
riteshnoronha authored Jul 4, 2024
2 parents 9facc19 + e65d225 commit f930430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sbom/cdx.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

var (
cdx_spec_versions = []string{"1.0", "1.1", "1.2", "1.3", "1.4", "1.5"}
cdx_spec_versions = []string{"1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6"}
cdx_file_formats = []string{"json", "xml"}
cdx_primary_purpose = []string{"application", "framework", "library", "container", "operating-system", "device", "firmware", "file"}
)
Expand Down

0 comments on commit f930430

Please sign in to comment.