bridgecrewio / checkov-action

This GitHub Action runs Checkov against infrastructure-as-code, open source packages, container images, and CI/CD configurations to identify misconfigurations, vulnerabilities, and license compliance issues.
Apache License 2.0
240 stars 101 forks source link

Add support for selecting checkov version while creating checkov actions file #50

Open nitishkumar1991 opened 3 years ago

nitishkumar1991 commented 3 years ago

I want to select a particular version of checkov approved by organisation while writing the yaml for checkov-action for terraform.

mikelax commented 2 years ago

@JamesWoolfenden now that this action is running from a docker image, can the specific version tag of the docker container be replaced with an optional version number, and if not specified it can default to latest ?

JamesWoolfenden commented 2 years ago

Id be guessing but yes- i haven't worked much on this project at all yet.