We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8821390 commit 67910a6Copy full SHA for 67910a6
1 file changed
.github/workflows/devsecops-pipeline.yml
@@ -268,10 +268,11 @@ jobs:
268
269
- name: Run Trivy for HTML output
270
uses: aquasecurity/trivy-action@master
271
+ continue-on-error: true
272
with:
273
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
274
format: 'template'
- template: '@/contrib/html.tpl'
275
+ template: '@contrib/html.tpl'
276
output: 'trivy-results.html'
277
278
- name: Upload Trivy results
0 commit comments