build: add grafeas v1beta1 protos as dependencies for Node.js
PiperOrigin-RevId: 342123525
This commit is contained in:
parent
75d1324fff
commit
0c9e3f8cb3
|
|
@ -46,8 +46,6 @@ proto_library_with_info(
|
|||
] + _PROTO_SUBPACKAGE_DEPS,
|
||||
)
|
||||
|
||||
"//google/devtools/containeranalysis/v1beta1/attestation:_proto"
|
||||
|
||||
##############################################################################
|
||||
# Java
|
||||
##############################################################################
|
||||
|
|
@ -231,5 +229,5 @@ nodejs_gapic_assembly_pkg(
|
|||
deps = [
|
||||
":containeranalysis_nodejs_gapic",
|
||||
":containeranalysis_proto",
|
||||
],
|
||||
] + _PROTO_SUBPACKAGE_DEPS,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue