cyberark/secretless-broker

View on GitHub
examples/connector_templates/template_connector_test/test

Summary

Maintainability
Test Coverage
#!/bin/bash -e

docker compose run \
  --rm \
  --no-deps \
  test
  bash -c "go test -v ./test/template_connector"