Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Feb 9, 2023
1 parent 34218db commit fa9b969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func transactSbom(sb *types.Sbom, newTransaction func() skill.Transaction) error
}

platform := PlatformEntity{
Image: "",
Image: "$image",
Os: sb.Source.Image.Platform.Os,
Architecture: sb.Source.Image.Platform.Architecture,
Variant: sb.Source.Image.Platform.Variant,
Expand Down

0 comments on commit fa9b969

Please sign in to comment.