Skip to content

Commit

Permalink
Merge pull request #212 from interlynk-io/fix/spec-values-cdx
Browse files Browse the repository at this point in the history
Add cdx version 1.5
  • Loading branch information
riteshnoronha authored Jan 12, 2024
2 parents 2eaa7d6 + 28e77ce commit c2ebc64
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 @@ -27,7 +27,7 @@ import (
"github.com/samber/lo"
)

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

Expand Down

0 comments on commit c2ebc64

Please sign in to comment.