From cd5471326d4bc4cf2c8ec84e6093d22b76d5dd7c Mon Sep 17 00:00:00 2001 From: k-laughman <63737479+k-laughman@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:06:39 -0400 Subject: [PATCH] Update main.yml - PC Checkov Integration --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 543e472fb..4a26706a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,10 @@ jobs: uses: bridgecrewio/checkov-action@master with: directory: test/ - #soft_fail: true - #api-key: ${{ secrets.BC_API_KEY }} - #env: - #PRISMA_API_URL: https://api4.prismacloud.io + soft_fail: true + api-key: ${{ secrets.BC_API_KEY }} + env: + PRISMA_API_URL: https://api0.prismacloud.io - name: Upload SARIF file uses: GitHub/codeql-action/upload-sarif@v3