mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: temporarily skip prisma scan (#8355)
This commit is contained in:
4
.github/workflows/security.yaml
vendored
4
.github/workflows/security.yaml
vendored
@ -8,6 +8,9 @@ permissions:
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# Uncomment when testing.
|
||||||
|
# pull_request:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Run every 6 hours Monday-Friday!
|
# Run every 6 hours Monday-Friday!
|
||||||
- cron: "0 0/6 * * 1-5"
|
- cron: "0 0/6 * * 1-5"
|
||||||
@ -119,6 +122,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Prisma Cloud image scan
|
- name: Run Prisma Cloud image scan
|
||||||
uses: PaloAltoNetworks/prisma-cloud-scan@v1
|
uses: PaloAltoNetworks/prisma-cloud-scan@v1
|
||||||
|
if: false
|
||||||
with:
|
with:
|
||||||
pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }}
|
pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }}
|
||||||
pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
|
pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
|
||||||
|
Reference in New Issue
Block a user