Installation
Ce contenu n’est pas encore disponible dans votre langue.
go install github.com/cerberauth/proxyaudit@latestRequires Go 1.24 or later.
brew install cerberauth/tap/proxyauditdocker run --rm ghcr.io/cerberauth/proxyaudit scan https://proxy.example.comSee the Docker guide for networking and CI usage.
-
Clone the repository:
Terminal window git clone https://github.com/cerberauth/proxyaudit.gitcd proxyaudit -
Build the binary:
Terminal window go build -o proxyaudit . -
Move it to your
PATH:Terminal window mv proxyaudit /usr/local/bin/
Verify the installation:
proxyaudit --versionGitHub Actions
Section titled “GitHub Actions”To use proxyaudit in a GitHub Actions workflow, see the GitHub Actions guide.