ci: drop trivy scan from release (never failed, output discarded)
Release / release (push) Successful in 31s
Release / release (push) Successful in 31s
This commit is contained in:
@@ -55,16 +55,6 @@ jobs:
|
|||||||
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
|
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
|
||||||
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
|
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
|
||||||
|
|
||||||
- name: Vulnerability scan (trivy)
|
|
||||||
uses: aquasecurity/trivy-action@master
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.tag }}
|
|
||||||
format: table
|
|
||||||
exit-code: 0
|
|
||||||
severity: HIGH,CRITICAL
|
|
||||||
ignore-unfixed: true
|
|
||||||
|
|
||||||
- name: Trigger redeploy webhook
|
- name: Trigger redeploy webhook
|
||||||
if: steps.version.outputs.is_pre == 'false'
|
if: steps.version.outputs.is_pre == 'false'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user