File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed
Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 6666 - name : Create and push manifest images
6767 uses : lidofinance/docker-manifest-action@b33ab348026b120a895167160f5605b0197f0862
6868 with :
69- inputs : ghcr.io/lidofinance/scripts:${{ github.ref_name }}
70- images : ghcr.io/lidofinance/scripts:${{ github.ref_name }}-amd64,ghcr.io/lidofinance/scripts:${{ github.ref_name }}-arm64
71- push : true
72-
73- run-trivy :
74- needs : docker-manifest
75- runs-on : ubuntu-24.04
76- steps :
77- - name : Checkout
78- uses : actions/checkout@v4
79-
80- - name : Run Trivy vulnerability scanner
81- uses : lidofinance/trivy-action@master
82- with :
83- image-ref : ' ghcr.io/lidofinance/scripts:${{ github.ref_name }}'
84- format : ' table'
85- exit-code : ' 0'
86- ignore-unfixed : true
87- vuln-type : ' os,library'
88- severity : ' CRITICAL,HIGH'
69+ inputs : ghcr.io/lidofinance/scripts:${{ github.ref_name }}
70+ images : ghcr.io/lidofinance/scripts:${{ github.ref_name }}-amd64,ghcr.io/lidofinance/scripts:${{ github.ref_name }}-arm64
71+ push : true
You can’t perform that action at this time.
0 commit comments