armur-ai/Armur Security Scan
Scan your code for security vulnerabilities with Armur Security Agent
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (default: repository root) | no | . |
| depth | Scan depth: quick or deep | no | quick |
| fail-on-severity | Fail if findings at this severity or above (critical, high, medium, low) | no | "" |
| min-severity | Minimum severity to include in output | no | medium |
| output-format | Output format: sarif, json, or text | no | sarif |
| upload-sarif | Upload SARIF to GitHub Security tab | no | true |
| comment-on-pr | Post findings summary as PR comment | no | true |
| armur-version | Armur CLI version to use (default: latest) | no | latest |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| high-count | Number of high findings |
| sarif-path | Path to SARIF output file |