All Collections
Setting up code scanning
Setting up feature branch scanning
Setting up feature branch scanning
Willem Delbare avatar
Written by Willem Delbare
Updated over a week ago

Feature branch scanning is available for all of Aikido's CI integrations.

To get started, log into Aikido and go to settings. Scroll to the CI integration section and start by generating a secret key. This key can be inserted in the GitHub Secrets or in GitLab Variables as AIKIDO_SECRET_KEY.

With Aikido's feature branch scanning feature you can scan your feature branches for known vulnerabilities in open-source software packages (CVE), exposed secrets and SAST (static application security testing).

After running inside of your CI, Aikido will display a link with the scan results. Aikido will tell you about both fixed and newly introduced issues.

If Aikido detects an issue is fixed inside of a feature branch, it will be marked inside of Aikido as "PR open", so you can easily verify an issue will be fixed even before merging a feature branch.

Did this answer your question?