- AI SAST triage agent: Classifies rule-based SAST findings as true positives or false positives so you can focus on real issues.
- AI SAST detection agent: Finds vulnerabilities that rule-based scans miss, such as multi-step logic flaws and context-dependent authorization issues. New findings are tagged with
AI.
AI SAST scans in CI/CD
You can run AI SAST scans as part of your CI/CD pipelines by adding the--ai-sast flag to your endorctl scan command in the following platforms:
- GitHub Actions
- GitLab
- Jenkins
- Google Cloud Build
- Azure DevOps
- Bitbucket Pipelines
- Buildkite
- CircleCI
AI SAST scans in SCM apps
The Endor Labs GitHub, GitLab, and Bitbucket apps can run AI SAST scans without any CI configuration. To configure AI SAST scans:- Install the Endor Labs SCM app for your source provider:
- Create a scan profile and add
ENDOR_SCAN_AI_SAST=trueto the Environment Variables. - Associate the scan profile with the project.