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

Feature Request: Support --external-checks-XXX

Open libertyy opened this issue 5 years ago • 1 comments

Feature Request:

action.yml to support --external-checks-dir and --external-checks-git

libertyy avatar Aug 31 '20 19:08 libertyy

I believe that this is currently supported if you configure the external checks in a checkov config file and the config file is used by the GitHub action.

example snippet of .checkov.yml file

external-checks-dir:
  - ./checkov_external_checks

mikelax avatar Aug 31 '21 12:08 mikelax

it can be used via

  external_checks_dirs:
    description: 'comma separated list of external (custom) checks directories'
    required: false
  external_checks_repos:
    description: 'comma separated list of external (custom) checks repositories'
    required: false

gruebel avatar Mar 20 '23 21:03 gruebel