We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe08828 commit a2b55fbCopy full SHA for a2b55fb
.github/workflows/security.yaml
@@ -144,16 +144,6 @@ jobs:
144
path: trivy-results.sarif
145
retention-days: 7
146
147
- # Prisma cloud scan runs last because it fails the entire job if it
148
- # detects vulnerabilities. :|
149
- - name: Run Prisma Cloud image scan
150
- uses: PaloAltoNetworks/prisma-cloud-scan@1f38c94d789ff9b01a4e80070b442294ebd3e362 # v1.4.0
151
- with:
152
- pcc_console_url: ${{ secrets.PRISMA_CLOUD_URL }}
153
- pcc_user: ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
154
- pcc_pass: ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
155
- image_name: ${{ steps.build.outputs.image }}
156
-
157
- name: Send Slack notification on failure
158
if: ${{ failure() }}
159
run: |
0 commit comments