ppiankov/AWSSpectre Scan
Detect AWS resource waste — idle EC2, unattached EBS, unused RDS, orphaned ELBs, NAT Gateways
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| regions | Comma-separated region filter | no | "" |
| all-regions | Scan all enabled regions | no | true |
| idle-days | Lookback window for utilization metrics | no | 7 |
| stale-days | Age threshold for snapshots | no | 90 |
| min-monthly-cost | Minimum monthly cost to report (dollars) | no | 1.0 |
| format | Output format: text, json, sarif, or spectrehub | no | text |
| profile | AWS profile name | no | "" |
| timeout | Scan timeout | no | 10m |
| version | AWSSpectre version to use (e.g., 0.1.0). Defaults to latest. | no | latest |
| args | Additional arguments to pass to awsspectre scan | no | "" |
| upload-sarif | Upload SARIF results to GitHub Security tab (requires format=sarif) | no | false |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from AWSSpectre action wrapper |
| report-path | Path to the generated report file |