mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-24 10:33:10 +08:00
13 lines
315 B
YAML
13 lines
315 B
YAML
version: v2
|
|
plugins:
|
|
- remote: buf.build/protocolbuffers/go:v1.34.0
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
# Using local protoc-gen-twirp since the remote twirp plugin is not available on buf.build
|
|
- local: protoc-gen-twirp
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
inputs:
|
|
- directory: . |