Skip to content

Commit

Permalink
Add env variable for validation (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 authored Feb 13, 2024
1 parent d01b2ba commit abe0ba6
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 @@ -100,6 +100,9 @@ inputs:
tf_registry_token:
description: 'Environment variable name for a Terraform registry token for scanning external modules sourced from private registries'
required: false
ckv_validate_secrets:
description: 'Environment variable to enable local validation of secrets. Off by default.'
required: false
vcs_base_url:
description: 'Environment variable name for the base url of a self hosted VCS with external modules. To be used with vcs_username and vcs_token'
required: false
Expand Down Expand Up @@ -191,4 +194,5 @@ runs:
BITBUCKET_USERNAME: ${{ inputs.bitbucket_username }}
BITBUCKET_APP_PASSWORD: ${{ inputs.bitbucket_app_password }}
PRISMA_API_URL: ${{ inputs.prisma-api-url }}
CKV_VALIDATE_SECRETS: ${{ inputs.ckv_validate_secrets }}

0 comments on commit abe0ba6

Please sign in to comment.