Skip to content

Conversation

@skeymeulen
Copy link
Member

@skeymeulen skeymeulen commented Dec 23, 2025

Add .pre-commit-hooks.yaml and wrapper script to enable integration with the pre-commit framework (https://pre-commit.com/).

This allows users to add Aikido to their existing pre-commit config:

repos:
  - repo: https://github.com/AikidoSec/pre-commit
    rev: main
    hooks:
      - id: aikido-local-scanner

The wrapper script checks for the aikido-local-scanner binary in common locations and provides clear installation instructions if not found.

Fixes #3

Summary by Aikido

🚀 New Features

  • Added pre-commit hook and Python wrapper for Aikido scanner

⚡ Enhancements

  • Added setup.py entry point to install wrapper as console script

echarrod and others added 3 commits December 23, 2025 12:38
Add .pre-commit-hooks.yaml and wrapper script to enable integration
with the pre-commit framework (https://pre-commit.com/).

This allows users to add Aikido to their existing pre-commit config:

```yaml
repos:
  - repo: https://github.com/AikidoSec/pre-commit
    rev: main
    hooks:
      - id: aikido-local-scanner
```

The wrapper script checks for the aikido-local-scanner binary in
common locations and provides clear installation instructions if
not found.

Fixes #3
@skeymeulen skeymeulen merged commit 9b0a000 into main Dec 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .pre-commit-hooks.yaml for pre-commit framework compatibility

4 participants