We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aecaf3 commit ea384e6Copy full SHA for ea384e6
.github/workflows/build.yaml
@@ -22,7 +22,6 @@ jobs:
22
with:
23
images: |
24
kubespheredev/s2irun
25
- ghcr.io/${{ github.repository_owner }}/s2irun
26
tags: |
27
type=schedule
28
type=ref,event=branch
@@ -64,13 +63,3 @@ jobs:
64
63
load: ${{ steps.build_env.outputs.load }}
65
labels: ${{ steps.meta.outputs.labels }}
66
platforms: ${{ steps.build_env.outputs.platforms }}
67
- - name: Run Trivy vulnerability scanner
68
- uses: aquasecurity/[email protected]
69
- if: github.event_name == 'pull_request'
70
- with:
71
- image-ref: 'ghcr.io/${{ github.repository_owner }}/s2irun:sha-${{ steps.build_env.outputs.short_sha }}'
72
- format: 'table'
73
- exit-code: '1'
74
- ignore-unfixed: true
75
- vuln-type: 'os,library'
76
- severity: 'CRITICAL,HIGH'
0 commit comments