Scanner CLI
The ABS Scanner is a standalone CLI tool for scanning repositories and artifacts for policy violations. It is ideal for CI/CD pipelines (GitHub Actions, GitLab CI).Installation
Commands
abs scan
Scans the current directory recursively.
abs check
Checks a specific input string against policies (useful for git hooks).
CI/CD Integration
Add to your.github/workflows/security.yml:
