Skip to content

Commit

Permalink
add skip_download option
Browse files Browse the repository at this point in the history
This allows to enable the `--skip-download` argument on `checkov` runs if `skip_download` input is set. Requires bridgecrewio/checkov#5734 to be merged and released prior to this.

Signed-off-by: Alexej Disterhoft (DPDHL IT Services) <[email protected]>
  • Loading branch information
Alexej Disterhoft (DPDHL IT Services) committed Nov 8, 2023
1 parent c2be759 commit 71e6d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ inputs:
skip_cve_package:
description: 'Filter scan to run on all packages except for a specific CVE package identifier, e.g. CVE-2018-19788 (comma separated)'
required: false
skip_download:
description: 'Do not download any data from Bridgecrew. This will omit doc links, severities, etc., as well as custom policies and suppressions if using an API token. Note: it will prevent BC platform IDs from being available in Checkov.'
required: false
outputs:
results:
description: 'The results from the infrastructure scan'
Expand Down

0 comments on commit 71e6d9e

Please sign in to comment.