From b158c978f009299fd0b6f949e3ff52e9e9a5897f Mon Sep 17 00:00:00 2001 From: achiar99 <34912231+achiar99@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:22:27 +0200 Subject: [PATCH] Add prisma api url var (#160) --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 8b9eb4a9..e9fff8dc 100644 --- a/action.yml +++ b/action.yml @@ -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' @@ -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 }} +