Skip to content

Commit d094f97

Browse files
committed
CM-59977 add support for cdx 1.6 sboms
1 parent 04e4833 commit d094f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cycode/cli/cli_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class SbomFormatOption(StrEnum):
4646
SPDX_2_2 = 'spdx-2.2'
4747
SPDX_2_3 = 'spdx-2.3'
4848
CYCLONEDX_1_4 = 'cyclonedx-1.4'
49+
CYCLONEDX_1_6 = 'cyclonedx-1.6'
4950

5051

5152
class SbomOutputFormatOption(StrEnum):

0 commit comments

Comments
 (0)