File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ 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+ # - 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"
You can’t perform that action at this time.
0 commit comments