We provide a GitLab Runner–based solution, so you never have to upload your source code to third-party services or worry about leaks.
H3x Kitty identifies security issues early in the development lifecycle — making them cheaper and easier to fix.
Installation is straightforward and can be completed by anyone with access to your Flutter code repository in GitLab.
Try the FREE version yourself — upgrade to PRO only if and when you decide it’s worth it.
1. Follow Gitlab instruction to enable SAST for your project
2. Add the following job to .gitlab-ci.yml
in Flutter repository:
sast:
stage: test
image:
name: h3xkitty/h3x_kitty:latest
variables:
LICENSE_KEY: H3X_KITTY_FREE_LICENSE
script:
- echo "Starting to scan Flutter code with H3x Kitty..."
allow_failure: true
artifacts:
reports:
sast: gl-sast-report.json
$0 / month