Skip to content

Commit 21f8900

Browse files
committed
cryptographic-asset is only compatible with v1.6
so use applciation instead that is supported from v1.0 - v1.6 Signed-off-by: Indivar Mishra <[email protected]>
1 parent db871ed commit 21f8900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_data/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def get_bom_for_issue_692_components() -> Bom:
718718
name='my application', version='1')
719719
comp_test = Component(
720720
name='comp_test',
721-
type=ComponentType.CRYPTOGRAPHIC_ASSET,
721+
type=ComponentType.APPLICATION,
722722
bom_ref='crypto/protocol/test',
723723
crypto_properties=CryptoProperties(
724724
asset_type=CryptoAssetType.PROTOCOL,

0 commit comments

Comments
 (0)