1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-23 14:07:11 +02:00
pomerium/scripts/protoc-gen-validate

3 lines
96 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
exec go run github.com/envoyproxy/protoc-gen-validate@v1.0.2 "$@"