Skip to content

Commit

Permalink
Add prisma api url var (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
achiar99 committed Jan 29, 2024
1 parent 7a8a3ac commit b158c97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ inputs:
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
prisma-api-url:
description: 'Prisma API URL for prisma platform features'
required: false
outputs:
results:
description: 'The results from the infrastructure scan'
Expand Down Expand Up @@ -187,3 +190,5 @@ runs:
BITBUCKET_TOKEN: ${{ inputs.bitbucket_token }}
BITBUCKET_USERNAME: ${{ inputs.bitbucket_username }}
BITBUCKET_APP_PASSWORD: ${{ inputs.bitbucket_app_password }}
PRISMA_API_URL: ${{ inputs.prisma-api-url }}

0 comments on commit b158c97

Please sign in to comment.