Skip to content

Commit 562e0ad

Browse files
Adding CBOM option
1 parent 9fc2585 commit 562e0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generate-document.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ BOMTYPE=;
66

77
case $1 in
88
([Ss][Bb][Oo][Mm]) BOMTYPE="SBOM";;
9+
([Cc][Bb][Oo][Mm]) BOMTYPE="CBOM";;
910
([Ss][Aa][Aa][Ss][Bb][Oo][Mm]) BOMTYPE="SaaSBOM";;
1011
([Vv][Dd][Rr]) BOMTYPE="VDR+VEX";;
1112
([Vv][Ee][Xx]) BOMTYPE="VDR+VEX";;
1213
([Aa][Tt][Tt][Ee][Ss][Tt][Aa][Tt][Ii][Oo][Nn][Ss]) BOMTYPE="Attestations";;
1314
(*)
14-
echo Invalid argument. Valid arguments are "SBOM", "SaaSBOM", "VDR", and "Attestations"
15+
echo Invalid argument. Valid arguments are "SBOM", "CBOM", "SaaSBOM", "VDR", and "Attestations"
1516
exit;;
1617
esac
1718

0 commit comments

Comments
 (0)