Skip to content

Commit

Permalink
feat(1.6): add JSON schema, XML namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
  • Loading branch information
mcombuechen committed May 14, 2024
1 parent 3a84845 commit 10e10c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cyclonedx_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,5 @@ var jsonSchemas = map[SpecVersion]string{
SpecVersion1_3: "http://cyclonedx.org/schema/bom-1.3.schema.json",
SpecVersion1_4: "http://cyclonedx.org/schema/bom-1.4.schema.json",
SpecVersion1_5: "http://cyclonedx.org/schema/bom-1.5.schema.json",
SpecVersion1_6: "http://cyclonedx.org/schema/bom-1.6.schema.json",
}
1 change: 1 addition & 0 deletions cyclonedx_xml.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,5 @@ var xmlNamespaces = map[SpecVersion]string{
SpecVersion1_3: "http://cyclonedx.org/schema/bom/1.3",
SpecVersion1_4: "http://cyclonedx.org/schema/bom/1.4",
SpecVersion1_5: "http://cyclonedx.org/schema/bom/1.5",
SpecVersion1_6: "http://cyclonedx.org/schema/bom/1.6",
}

0 comments on commit 10e10c8

Please sign in to comment.