go updates

This commit is contained in:
sberk42
2024-11-15 22:27:27 +01:00
parent 6c269c4d6a
commit bc800384f1
4 changed files with 24 additions and 25 deletions
+1 -2
View File
@@ -154,8 +154,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: "${{ needs.prepare.outputs.DOCKER_REPOSITORY }}:${{ github.sha }}"
format: 'template'
template: '@/contrib/sarif.tpl'
format: 'sarif'
output: 'trivy-results.sarif'
ignore-unfixed: true
vuln-type: 'os,library'