diff --git a/.github/workflows/security-shared.yml b/.github/workflows/security-shared.yml index af6f7d44..503d8594 100644 --- a/.github/workflows/security-shared.yml +++ b/.github/workflows/security-shared.yml @@ -42,5 +42,6 @@ jobs: - name: Scan for secrets uses: bridgecrewio/checkov-action@master # use latest and greatest with: - api-key: ${{ secrets.BC_API_KEY }} + api-key: ${{ secrets.PRISMA_KEY_API2 }} + prisma-api-url: ${{ secrets.PRISMA_API_URL_2 }} config_file: .github/checkov.yaml