aleksei-aikashev/wizcli-wrapper

A simple wrapper for wiz-cli

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
iac_scan_pathSet the relative path in the repo to the root folder of the IaC files. Wiz scan is recursive and scans all subfolders. To increase the quality of the scan of terraform scan you can point it to the plan.tfplanjson file: terraform plan -out plan.tfplan && terraform show -json plan.tfplan > plan.tfplanjsonno.
wiz_iac_policySet the desired Wiz-cli IaC policy to use. You can add more policies to use by separating them with comma ','.noDefault IaC policy
wiz_iac_report_nameCreate a Wiz report with the specified name. The report can be viewed in the Wiz console under Reports -> CI/CD Scans.no${{ github.repository }}-${{ github.run_number }}
wiz_iac_tagsSet the desired tags to usenorepo=${{ github.repository }},commit_sha=${{ github.sha }},pr_title=${{ github.event.pull_request.title }},pr_number=${{ github.event.number}},event_name=${{ github.event_name }},github_workflow=${{ github.workflow }}
skip_iac_scanSet to 'skip' to skip the IaC scanno
docker_scan_pathSet the relative path in the repo to the folder with Dockerfile. We need this step as wizcli build a docker image locally using your Dockerfile. Important! It supports only one Dockerfile per action.no.
wiz_docker_vulnerabilities_policySet the desired Wiz-cli vulnerabilities policy to use. You can add more policies to use by separating them with comma ','.noDefault vulnerabilities policy
wiz_docker_report_nameCreate a Wiz report with the specified name. The report can be viewed in the Wiz console under Reports -> CI/CD Scans. Since the name of the report is used as the name of the docker image, please make sure that you use only allowed lowercase characters.no${{ github.repository }}-${{ github.run_number }}
skip_docker_scanSet to 'skip' to skip the docker scanno
wiz_client_idSet Wiz service account idyes
wiz_client_secretSet Wiz service account secretyes

no outputs