checkov-action icon indicating copy to clipboard operation
checkov-action copied to clipboard

Input output_file_path is not accepted despite it being shown in the README example.

Open laminarcode opened this issue 1 year ago • 3 comments

Warning: Unexpected input(s) 'output_file_path', valid inputs are ['entryPoint', 'args', 'directory', 'check', 'skip_check', 'quiet', 'api-key', 'soft_fail', 'framework', 'external_checks_dirs', 'external_checks_repos', 'output_format', 'download_external_modules', 'log_level', 'config_file', 'baseline', 'soft_fail_on', 'hard_fail_on', 'container_user']
Run bridgecrewio/checkov-action@v1[2](https://.../runs/12416558445/job/34665502237?pr=4#step:4:2).1347.0
  with:
    config_file: /home/runner/work/.../.github/workflow-configs/checkov_config.yaml
    directory: vpc
    output_file_path: /home/runner/work/.../reports/vpc.sarif
    output_format: sarif
    log_level: WARNING
    container_user: 0

laminarcode avatar Dec 19 '24 17:12 laminarcode

Same problem here with v12.1347.0

teemuij avatar Feb 07 '25 16:02 teemuij

Still a problem.

pfuhrmann avatar Jul 24 '25 17:07 pfuhrmann

I had the same issue, because I was using the latest version tag I could see under "Releases" (v12.1347.0). This version is 3,5 years old and still uses checkov 2.0.930. Using the latest SHA as reference (5abded944c5e3fb597c3fcb4f2a5aa83d9c73f8b) works just fine.

Edit: Just noticed the commit was also tagged with v12.3070.0

danielroettigABC avatar Nov 05 '25 14:11 danielroettigABC