We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db871ed commit 21f8900Copy full SHA for 21f8900
tests/_data/models.py
@@ -718,7 +718,7 @@ def get_bom_for_issue_692_components() -> Bom:
718
name='my application', version='1')
719
comp_test = Component(
720
name='comp_test',
721
- type=ComponentType.CRYPTOGRAPHIC_ASSET,
+ type=ComponentType.APPLICATION,
722
bom_ref='crypto/protocol/test',
723
crypto_properties=CryptoProperties(
724
asset_type=CryptoAssetType.PROTOCOL,
0 commit comments