File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,3 @@ jobs:
110110 BUILD_VERSION=${{ github.ref_name }}
111111 BUILD_TIMESTAMP=${{ env.BUILD_TIMESTAMP }}
112112 GIT_COMMIT=${{ github.sha }}
113-
114- - name : Scan image for vulnerabilities
115- if : github.event_name != 'pull_request'
116- uses : aquasecurity/trivy-action@master
117- with :
118- image-ref :
119- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:sha-${{
120- env.SHA_SHORT }}-${{ env.VERSION_STRING }}
121- format : " table"
122- exit-code : " 1"
123- ignore-unfixed : true
124- vuln-type : " os,library"
125- severity : " CRITICAL,HIGH"
Original file line number Diff line number Diff line change @@ -114,16 +114,3 @@ jobs:
114114 BUILD_VERSION=${{ github.ref_name }}
115115 BUILD_TIMESTAMP=${{ env.BUILD_TIMESTAMP }}
116116 GIT_COMMIT=${{ github.sha }}
117-
118- - name : Scan image for vulnerabilities
119- if : github.event_name != 'pull_request'
120- uses : aquasecurity/trivy-action@master
121- with :
122- image-ref :
123- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:sha-${{
124- env.SHA_SHORT }}-${{ env.VERSION_STRING }}
125- format : " table"
126- exit-code : " 1"
127- ignore-unfixed : true
128- vuln-type : " os,library"
129- severity : " CRITICAL,HIGH"
You can’t perform that action at this time.
0 commit comments