docs: (take 2) Move external deps rst generation and cve scan to bazel (#15427)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ a3c9842bb97b9628bfe1076ba60eeab13b30577a
pull/624/head
data-plane-api(Azure Pipelines) 4 years ago
parent d4b81e1b07
commit c5f1620aa4
  1. 5
      bazel/BUILD

@ -2,6 +2,11 @@ load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler")
licenses(["notice"]) # Apache 2
exports_files([
"repository_locations.bzl",
"repository_locations_utils.bzl",
])
go_proto_compiler(
name = "pgv_plugin_go",
options = ["lang=go"],

Loading…
Cancel
Save