proxaudit is a binary that transparently instrument any program for HTTP and HTTPs requests.
brew tap juliendoutre/proxaudit https://github.com/juliendoutre/proxaudit
brew install mkcert proxaudit
mkcert -installproxaudit -- curl http://google.com
proxaudit -- curl https://google.com
proxaudit # Read from stdin
proxaudit -output logs.jsonl -- pip install requests # Write logs to file
proxaudit -server # Run the proxy server only (no command wrapping)Check out examples/k8s/ for an example of using proxaudit as a sidecar container in Kubernetes.
brew install golangci-lint hadolint
golangci-lint run
hadolint ./Dockerfilegit tag -a v0.1.0 -m "New release"
git push origin v0.1.0