mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
exec go run github.com/envoyproxy/protoc-gen-validate "$@"
|