File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -126,22 +126,12 @@ jobs:
126
126
127
127
- name : Run Prisma Cloud image scan
128
128
uses : PaloAltoNetworks/prisma-cloud-scan@v1
129
- if : false
130
129
with :
131
130
pcc_console_url : ${{ secrets.PRISMA_CLOUD_URL }}
132
131
pcc_user : ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
133
132
pcc_pass : ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
134
133
image_name : ${{ steps.build.outputs.image }}
135
134
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
-
145
135
- name : Run Trivy vulnerability scanner
146
136
uses : aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
147
137
with :
You can’t perform that action at this time.
0 commit comments