File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
.github/actions/publish-image Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -129,19 +129,18 @@ runs:
129
129
# TODO (@Techassi): Replace author with manufacturer, because it is
130
130
# automated, see https://cyclonedx.org/docs/1.6/json/#metadata_component_manufacturer
131
131
jq -s \
132
- --arg description "$IMAGE_METADATA_DESCRIPTION" \
133
- --arg name "$IMAGE_METADATA_NAME" \
132
+ --arg description "$IMAGE_METADATA_NAME. $IMAGE_METADATA_DESCRIPTION" \
134
133
--arg purl "$PURL" \
135
134
'{
136
135
"metadata": {
137
136
"component": {
138
- "description": "$name. $ description" ,
137
+ "description": $ description,
139
138
"supplier": {
140
139
"name": "Stackable GmbH",
141
140
"url": ["https://stackable.tech/"]
142
141
},
143
142
"author": "Stackable GmbH",
144
- "purl": " $purl" ,
143
+ "purl": $purl,
145
144
"publisher": "Stackable GmbH"
146
145
}
147
146
}
You can’t perform that action at this time.
0 commit comments