Skip to content

Commit ccea595

Browse files
authored
chore: temporarily skip prisma scan (#8355)
1 parent 6079cda commit ccea595

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/security.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ permissions:
88
on:
99
workflow_dispatch:
1010

11+
# Uncomment when testing.
12+
# pull_request:
13+
1114
schedule:
1215
# Run every 6 hours Monday-Friday!
1316
- cron: "0 0/6 * * 1-5"
@@ -119,6 +122,7 @@ jobs:
119122
120123
- name: Run Prisma Cloud image scan
121124
uses: PaloAltoNetworks/prisma-cloud-scan@v1
125+
if: false
122126
with:
123127
pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }}
124128
pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}

0 commit comments

Comments
 (0)