Fix dependencycheck binary name

The dependencycheck binary name was vendorcheck, which was the original
name of the tool. This updates it to dependencycheck.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2021-02-17 12:40:42 -06:00
parent 2a05c78600
commit 4825b60ee4
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

View File

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