File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Build and push ${{ github.repository }}
4545 if : ${{ env.IMAGE_EXISTS == 0 }}
46- uses : docker/build-push-action@v5
46+ uses : docker/build-push-action@v6
4747 with :
4848 context : .
4949 file : ./Dockerfile
@@ -112,7 +112,7 @@ jobs:
112112 security-events : write
113113 steps :
114114 - name : run trivy vulnerability scanner
115- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
115+ uses : aquasecurity/trivy-action@0.29.0
116116 with :
117117 image-ref : ' ghcr.io/${{ github.repository }}:${{ github.sha }}'
118118 format : ' sarif'
Original file line number Diff line number Diff line change 3838 password : ${{ secrets.QUAY_TOKEN }}
3939
4040 - name : Build and push ${{ github.repository }}
41- uses : docker/build-push-action@v5
41+ uses : docker/build-push-action@v6
4242 with :
4343 context : .
4444 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments