Merge pull request #99159 from hasheddan/depcheck-name

Fix dependencycheck binary name
This commit is contained in:
Kubernetes Prow Robot 2021-02-23 03:56:04 -08:00 committed by GitHub
commit 1768ee824b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ go_library(
)
go_binary(
name = "vendorcycle",
name = "dependencycheck",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
)