flow-scanner/Lightning Flow Scan
Scan Salesforce Flows for best practices, security, and performance issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token for API access | no | ${{ github.token }} |
| config | Path to configuration file (e.g., .flow-scanner.yaml) | no | — |
| threshold | Filter results by minimum severity (error, warning, note, never). Config file takes precedence if not set. | no | — |
| categories | Filter rules by category (problem, suggestion, layout). Comma or space-separated. | no | — |
| sarif-only | Only generate SARIF (no structured output). Fails on any violation. | no | false |
| betaMode | Enable beta rules at run-time (experimental) | no | false |
| branch | Branch to scan (defaults to event branch or repository default) | no | — |
Outputs
| name | description |
|---|---|
| sarifPath | Path to generated SARIF file |
| results | JSON array of violations with all details |
| summary | Summary object with counts and status |