From ccea595b39e1869f8df6f11a41113b784e3f39e2 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Thu, 6 Jul 2023 19:48:29 -0500 Subject: [PATCH] chore: temporarily skip prisma scan (#8355) --- .github/workflows/security.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index aa71289de0..d843760f68 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -8,6 +8,9 @@ permissions: on: workflow_dispatch: + # Uncomment when testing. + # pull_request: + schedule: # Run every 6 hours Monday-Friday! - cron: "0 0/6 * * 1-5" @@ -119,6 +122,7 @@ jobs: - name: Run Prisma Cloud image scan uses: PaloAltoNetworks/prisma-cloud-scan@v1 + if: false with: pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }} pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}