Installs AikidoSec's pre-commit hook for scanning secrets, passwords, and API keys before commits
"features": {
"ghcr.io/ProxayFox/devcontainer-features/aikido-precommit:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Version of the aikido-local-scanner to install (use 'latest' for auto-detection) | string | latest |
| setupGlobalHooks | Configure git global hooks path (set to false for download-only) | boolean | true |
This feature supports two version strategies:
With version: "latest" (the default), the installer fetches the current version from Aikido's official install script at build time. This ensures you always get the latest scanner version without manual updates.
If the upstream script is unreachable, a fallback version is used (kept up-to-date via automated PRs).
For reproducible builds or to use a specific version, set an explicit version:
"features": {
"ghcr.io/ProxayFox/devcontainer-features/aikido-precommit:1": {
"version": "v1.0.116"
}
}Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.