Skip to content

Commit ed82b86

Browse files
authored
chore: reenable prisma image scan (#8810)
1 parent af036b4 commit ed82b86

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/security.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,12 @@ jobs:
126126
127127
- name: Run Prisma Cloud image scan
128128
uses: PaloAltoNetworks/prisma-cloud-scan@v1
129-
if: false
130129
with:
131130
pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }}
132131
pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
133132
pcc_pass: ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
134133
image_name: ${{ steps.build.outputs.image }}
135134

136-
- name: Scan image
137-
id: sysdig-scan
138-
uses: sysdiglabs/scan-action@v3
139-
with:
140-
image-tag: ${{ steps.build.outputs.image }}
141-
sysdig-secure-token: ${{ secrets.SYSDIG_API_TOKEN }}
142-
input-type: docker-daemon
143-
sysdig-secure-url: https://app.us4.sysdig.com
144-
145135
- name: Run Trivy vulnerability scanner
146136
uses: aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
147137
with:

0 commit comments

Comments
 (0)