Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
ci: delete vulnerability scanning step (#510)
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 authored Aug 15, 2024
1 parent 3d18e17 commit d2fae6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,3 @@ jobs:
with:
version: v1.9.2
args: release --snapshot --skip-publish --rm-dist
- name: Scan image for vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: "docker.io/aquasec/harbor-scanner-trivy:${{ github.sha }}"
severity: "CRITICAL"
exit-code: "1"

0 comments on commit d2fae6b

Please sign in to comment.