rapid7/insightCloudSec Scan
Scans a cloudformation template and saves results to disk.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Api key for server at base_url | yes | — |
| base_url | URL of ICS server | yes | — |
| config_name | Name of insightCloudSec configuration to run scan with | yes | — |
| log_level | Sets log level ["trace", "debug", "info", "warn", "error", "fatal"] (default "info") | no | info |
| log_path | Path to write log file | no | ./log/mimics.log |
| report_formats | Formats of scan result report artifacts (all,sarif,html,junitxml) (default "all") | no | all |
| report_path | Path to write report files | no | ./ |
| files_to_scan | File(s) to scan | no | ./[^.git]* |
| scan_target | Scan target identifier used for exception filtering | no | Github Action Scan |
Outputs
| name | description |
|---|---|
| stdout | Output of the mimics scan command |