Skip to content

Commit

Permalink
Add skip_results_upload (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbanski1 authored Jun 1, 2023
1 parent f3d3ded commit 2774357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ inputs:
use_enforcement_rules:
description: 'Use the Enforcement rules configured in the platform for hard / soft fail logic. See checkov help text for more details on the nuances of this option.'
required: false
skip_results_upload:
description: 'Do not upload scan results to the platform to view in the console. Results are only available locally. If you use the --support flag, logs will still get uploaded.'
required: false
soft_fail:
description: 'do not return an error code if there are failed checks'
required: false
Expand Down Expand Up @@ -131,6 +134,7 @@ runs:
- ${{ inputs.quiet }}
- ${{ inputs.soft_fail }}
- ${{ inputs.use_enforcement_rules }}
- ${{ inputs.skip_results_upload }}
- ${{ inputs.framework }}
- ${{ inputs.external_checks_dirs }}
- ${{ inputs.external_checks_repos }}
Expand Down

0 comments on commit 2774357

Please sign in to comment.