Skip to content

Commit 67910a6

Browse files
committed
fixed trivy html report
1 parent 8821390 commit 67910a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/devsecops-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,11 @@ jobs:
268268

269269
- name: Run Trivy for HTML output
270270
uses: aquasecurity/trivy-action@master
271+
continue-on-error: true
271272
with:
272273
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
273274
format: 'template'
274-
template: '@/contrib/html.tpl'
275+
template: '@contrib/html.tpl'
275276
output: 'trivy-results.html'
276277

277278
- name: Upload Trivy results

0 commit comments

Comments
 (0)