Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit fa9b969

Browse files
committed
Fix platform
1 parent 34218db commit fa9b969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbom/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func transactSbom(sb *types.Sbom, newTransaction func() skill.Transaction) error
167167
}
168168

169169
platform := PlatformEntity{
170-
Image: "",
170+
Image: "$image",
171171
Os: sb.Source.Image.Platform.Os,
172172
Architecture: sb.Source.Image.Platform.Architecture,
173173
Variant: sb.Source.Image.Platform.Variant,

0 commit comments

Comments
 (0)