actions-marketplace-validations/Zscaler IaC Scan
Zscaler scanner to identify the vulnerabilities and violations within deployment IAC files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| client_id | Zscanner ClientID | yes | — |
| client_secret | Zscanner Client Secret key | yes | — |
| region | Zscanner Login Region | yes | — |
| iac_dir | The IAC folder which needs scan | no | — |
| iac_file | The IAC file that needs to be scanned. This is applicable for single IAC file scans | no | — |
| output_format | The format of output you want the scanner to write the results to. Available formats are json/csv/yaml/sarif/txt | no | — |
| fail_build | This is needed if you just want the scanner to highlight the violations in IAC files rather than fail the workflow | no | — |
| log_level | This is to run the scanner in a specific log mode. Accepted Levels are debug/info/warn/error/panic/fatal | no | — |
Outputs
| name | description |
|---|---|
| sarif_file_path | Path for the sarif file generated on IaC scan |
| scan_status | Final status of IaC scan. Can be passed/failed/aborted |