File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,14 +54,15 @@ jobs:
5454 labels : ${{ steps.docker_meta.outputs.labels }}
5555 cache-from : type=local,src=${{ github.workspace }}/cache
5656 cache-to : type=local,dest=${{ github.workspace }}/cache
57- - name : Run Trivy vulnerability scanner
58- uses : aquasecurity/trivy-action@master
59- with :
60- image-ref : ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
61- format : " template"
62- template : " @/contrib/sarif.tpl"
63- output : " trivy-results.sarif"
64- - name : Upload Trivy scan results to GitHub Security tab
65- uses : github/codeql-action/upload-sarif@v1
66- with :
67- sarif_file : " trivy-results.sarif"
57+ # temporarily disabled until https://github.com/aquasecurity/trivy-action/issues/22 is resolved
58+ # - name: Run Trivy vulnerability scanner
59+ # uses: aquasecurity/trivy-action@master
60+ # with:
61+ # image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
62+ # format: "template"
63+ # template: "@/contrib/sarif.tpl"
64+ # output: "trivy-results.sarif"
65+ # - name: Upload Trivy scan results to GitHub Security tab
66+ # uses: github/codeql-action/upload-sarif@v1
67+ # with:
68+ # sarif_file: "trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments