Skip to content

Commit

Permalink
remove old trivy scan (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight authored Nov 20, 2024
1 parent 788f670 commit 529a3f4
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 @@ -46,12 +46,6 @@ jobs:
docker push localhost:5000/blob-csi-injector:${{ github.sha }}
docker image prune
# Scan image for vulnerabilities
- name: Aqua Security Trivy image scan
run: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin ${{ env.TRIVY_VERSION }}
trivy image --exit-code 1 --timeout=20m --security-checks vuln --severity CRITICAL
# Scan image for vulnerabilities
- name: Aqua Security Trivy image scan
run: |
Expand Down

0 comments on commit 529a3f4

Please sign in to comment.