rbenavente/Checkov GitHub Action

Run Checkov against Terraform/CloudFormation infrastructure code, as a pre-packaged GitHub Action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directorydirectory with infrastructure code to scanno./templates
checkRun scan only on a specific check identifier (comma separated)no
skip_checkRun scan on all checks but a specific check identifier (comma separated)no
quietdisplay only failed checksno
api-keyEnvironment variable name of the Bridgecrew API key from Bridgecrew appno
soft_faildo not return an error code if there are failed checksno
frameworkrun only on a specific infrastructureno
external_checks_dirscomma separated list of external (custom) checks directoriesno
external_checks_reposcomma separated list of external (custom) checks repositoriesno
output_formatThe format of the output. cli, json, junitxml, github_failed_onlyno
download_external_modulesdownload external terraform modules from public git repositories and terraform registry:true, falseno
log_levellog levelnoWARNING
config_filecheckov configuration fileno
baselinePath to a .checkov.baseline file to compare. Report will include only failed checks that are not in the baselineno
soft_fail_onDo not return an error code only for specific check identifiers (comma separated)no
hard_fail_onReturn an error code only for specific check identifiers (comma separated)no
container_userSet the username or UID used and optionally the groupname or GID for the action to run underno0
namedescription
resultsThe results from the infrastructure scan