build: more proto dependencies for Node.js targets
PiperOrigin-RevId: 342284812
This commit is contained in:
parent
836f0eaf5f
commit
5d703efd40
|
|
@ -257,6 +257,8 @@ nodejs_gapic_assembly_pkg(
|
|||
deps = [
|
||||
":containeranalysis_nodejs_gapic",
|
||||
":containeranalysis_proto",
|
||||
## DO NOT CHANGE: must include Grafeas protos
|
||||
"//grafeas/v1:grafeas_proto",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ _PROTO_SUBPACKAGE_DEPS = [
|
|||
"//google/devtools/containeranalysis/v1beta1/attestation:attestation_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/build:build_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/common:common_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/cvss:cvss_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/deployment:deployment_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/discovery:discovery_proto",
|
||||
"//google/devtools/containeranalysis/v1beta1/grafeas:grafeas_proto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue