Skip to content

Commit

Permalink
try using another container registry
Browse files Browse the repository at this point in the history
as quay is giving too many errors, see:
aquasecurity/trivy#7699
  • Loading branch information
NicolasCARPi committed Nov 11, 2024
1 parent d075727 commit 70c83bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_hypernext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
db-repository: 'public.ecr.aws/aquasecurity/trivy-db:2'

# SBOM
- name: Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
Expand All @@ -89,3 +90,4 @@ jobs:
output: 'dependency-results.sbom.json'
scan-ref: '.'
github-pat: ${{ secrets.GITHUB_TOKEN }}
db-repository: 'public.ecr.aws/aquasecurity/trivy-db:2'

0 comments on commit 70c83bd

Please sign in to comment.