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

Commit 11b2a8c

Browse files
committed
Fix image transaction
1 parent fa9b969 commit 11b2a8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sbom/upload.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ func transactSbom(sb *types.Sbom, newTransaction func() skill.Transaction) error
187187
image = skill.MakeEntity(ImageEntity{
188188
Digest: sb.Source.Image.Digest,
189189
}, "$image")
190-
transaction.AddEntities(image)
191190

192191
for _, p := range packages {
193192
files := make([]FileEntity, 0)

0 commit comments

Comments
 (0)