mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -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: . |