Skip to content

Commit

Permalink
Merge dependebot pr (#217)
Browse files Browse the repository at this point in the history
* Bump avhengigheter

* Oppdaterte package-lock.json

* Workaround until Trivy fikses issue with downloading db artifacts
  • Loading branch information
sneha-d-desai authored Nov 12, 2024
1 parent b92c122 commit 97ae4c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
run: docker pull ${{ needs.test-build-and-push.outputs.image }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
env: # Workaround for rate limiting inntil denne er fikset: https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db"
with:
image-ref: "${{ needs.test-build-and-push.outputs.image }}"
format: "sarif"
Expand Down

0 comments on commit 97ae4c0

Please sign in to comment.