francis-vargas/dart_sast
Static Application Security Testing for Dart/Flutter projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory or file to scan | no | . |
| severity | Minimum severity to report (CRITICAL, HIGH, MEDIUM, LOW, INFO) | no | "" |
| output | Output format (console, json, html, sarif, defectdojo) | no | sarif |
| out-file | Output file path | no | dart_sast_results.sarif |
| fail-on | Exit with code 1 if any finding meets this severity (CRITICAL, HIGH, MEDIUM, LOW) | no | CRITICAL |
| rules-dir | Path to custom YAML rules directory (overrides built-in rules) | no | "" |
| exclude-dir | Comma-separated list of directory names to exclude | no | "" |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| sarif-file | Path to the generated SARIF file (when output=sarif) |