Skip to content

Commit

Permalink
Remove trivy due to rate limiting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
g1raffi authored and christofluethi committed Nov 27, 2024
1 parent 76f79fe commit 0846e99
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,6 @@ jobs:
tags: |
registry.puzzle.ch/puzzle/quarkus-techlab:pr-${{ github.event.pull_request.number }}
- name: Run vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: 'registry.puzzle.ch/puzzle/quarkus-techlab:pr-${{ github.event.pull_request.number }}'
format: 'table'
output: 'trivy-results.txt'
exit-code: '0'
ignore-unfixed: true
vuln-type: 'os'
severity: 'CRITICAL,HIGH'

- name: Archive vulnerability scan results
uses: actions/upload-artifact@v3
with:
name: trivy-results-build
path: trivy-results.txt

- name: Build Mobi Version
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0846e99

Please sign in to comment.