Skip to content

Commit

Permalink
remove unused test build target
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 16, 2023
1 parent eb9c087 commit 006bab2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions components/enrichers/codeowners/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@ go_binary(
],
)

go_test(
name = "codeowners_test",
srcs = [
"main.go",
"main_test.go",
],
deps = [
"//api/proto/v1",
"//pkg/cyclonedx",
"//pkg/putil",
"//third_party/go/github.com/CycloneDX/cyclonedx-go",
"//third_party/go/github.com/google/uuid",
"//third_party/go/github.com/package-url/packageurl-go",
"//third_party/go/github.com/stretchr/testify",
"//third_party/go/google.golang.org/protobuf",
],
)

buildkit_distroless_image(
name = "image",
srcs = [":codeowners"],
Expand Down

0 comments on commit 006bab2

Please sign in to comment.