Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtbnfgl authored Apr 23, 2024
1 parent f5f2b2b commit 58ab76b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
push: false
tags: rancher/hardened-flannel:${{ env.TAG }}-arm64
file: Dockerfile
outputs: type=docker
platforms: linux/arm64

- name: Run Trivy vulnerability scanner
Expand All @@ -68,4 +67,4 @@ jobs:
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
severity: 'CRITICAL,HIGH'

0 comments on commit 58ab76b

Please sign in to comment.