Skip to content

Commit 324a9d8

Browse files
committed
change tlp CLEAR to AMBER_AND_STRICT
Signed-off-by: Johannes Feichtner <johannes@web-wack.at>
1 parent 0e09bf2 commit 324a9d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/_data/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ def get_bom_with_distribution_constraints() -> Bom:
14071407
return _make_bom(
14081408
metadata=BomMetaData(
14091409
distribution_constraints=DistributionConstraints(
1410-
tlp=TlpClassification.CLEAR
1410+
tlp=TlpClassification.AMBER_AND_STRICT
14111411
),
14121412
component=Component(name='app', type=ComponentType.APPLICATION, bom_ref='my-app'),
14131413
)

tests/_data/snapshots/get_bom_with_distribution_constraints-1.7.json.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "application"
1212
},
1313
"distributionConstraints": {
14-
"tlp": "CLEAR"
14+
"tlp": "AMBER_AND_STRICT"
1515
},
1616
"timestamp": "2023-01-07T13:44:32.312678+00:00"
1717
},

tests/_data/snapshots/get_bom_with_distribution_constraints-1.7.xml.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>app</name>
77
</component>
88
<distributionConstraints>
9-
<tlp>CLEAR</tlp>
9+
<tlp>AMBER_AND_STRICT</tlp>
1010
</distributionConstraints>
1111
</metadata>
1212
<dependencies>

0 commit comments

Comments
 (0)