We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f731775 commit 0d1e944Copy full SHA for 0d1e944
.github/workflows/publish-image.yaml
@@ -44,6 +44,9 @@ on:
44
BC_API_KEY:
45
description: "Bridgecrew API key"
46
required: true
47
+ PRISMA_API_URL:
48
+ description: "Prisma API url"
49
+ required: false
50
DOCKERHUB_USERNAME:
51
description: "Docker Hub username"
52
@@ -124,6 +127,7 @@ jobs:
124
127
uses: bridgecrewio/checkov-action@master # use latest and greatest
125
128
with:
126
129
api-key: ${{ secrets.BC_API_KEY }}
130
+ prisma-api-url: ${{ secrets.PRISMA_API_URL }}
131
docker_image: ${{ env.DH_IMAGE_NAME }}:${{ env.FULL_IMAGE_TAG }}
132
dockerfile_path: ${{ inputs.dockerfile_path }}
133
output_format: cyclonedx_json
0 commit comments