Skip to content

Commit 78b2586

Browse files
committed
changed html template path for trivy report
1 parent 67910a6 commit 78b2586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devsecops-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
with:
273273
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
274274
format: 'template'
275-
template: '@contrib/html.tpl'
275+
template: '@$HOME/.local/bin/trivy-bin/contrib/html.tpl'
276276
output: 'trivy-results.html'
277277

278278
- name: Upload Trivy results

0 commit comments

Comments
 (0)