Skip to content

Commit ea384e6

Browse files
fix workflow
Signed-off-by: stoneshi-yunify <[email protected]>
1 parent 0aecaf3 commit ea384e6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
with:
2323
images: |
2424
kubespheredev/s2irun
25-
ghcr.io/${{ github.repository_owner }}/s2irun
2625
tags: |
2726
type=schedule
2827
type=ref,event=branch
@@ -64,13 +63,3 @@ jobs:
6463
load: ${{ steps.build_env.outputs.load }}
6564
labels: ${{ steps.meta.outputs.labels }}
6665
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

Comments
 (0)