Skip to content

Commit 595cf9e

Browse files
committed
Add withSBOMber option to Test_gobuilds
1 parent 2cefeaa commit 595cf9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/build/gobuilds_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func Test_gobuilds(t *testing.T) {
3131
opts := []Option{
3232
WithBaseImages(func(context.Context, string) (name.Reference, Result, error) { return baseRef, base, nil }),
3333
withBuilder(writeTempFile),
34+
withSBOMber(fauxSBOM),
3435
WithPlatforms("all"),
3536
}
3637

0 commit comments

Comments
 (0)