mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: reenable prisma image scan (#8810)
This commit is contained in:
@@ -126,22 +126,12 @@ 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 }}
|
||||
pcc_pass: ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
|
||||
image_name: ${{ steps.build.outputs.image }}
|
||||
|
||||
- name: Scan image
|
||||
id: sysdig-scan
|
||||
uses: sysdiglabs/scan-action@v3
|
||||
with:
|
||||
image-tag: ${{ steps.build.outputs.image }}
|
||||
sysdig-secure-token: ${{ secrets.SYSDIG_API_TOKEN }}
|
||||
input-type: docker-daemon
|
||||
sysdig-secure-url: https://app.us4.sysdig.com
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user