Installation
go install github.com/cerberauth/cache-detective@latestRequires Go 1.24 or later.
brew install cerberauth/tap/cache-detectivedocker run --rm ghcr.io/cerberauth/cache-detective scan --url https://example.com/See the Docker guide for volume mounts, Compose, and CI usage.
-
Clone the repository:
Terminal window git clone https://github.com/cerberauth/cache-detective.gitcd cache-detective -
Build the binary:
Terminal window go build -o cache-detective . -
Move it to your
PATH:Terminal window mv cache-detective /usr/local/bin/
Verify the installation:
cache-detective --versionGitHub Actions
Section titled “GitHub Actions”To use cache-detective in a GitHub Actions workflow, see the GitHub Actions guide.