ci: update the trivy db
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-08-23 09:38:26 +03:00
parent 623a909e43
commit 46dc855a06

View File

@ -6,6 +6,7 @@ steps:
- name: trivy-scan
image: aquasec/trivy:latest
commands:
- export TRIVY_DB_REPOSITORY=public.ecr.aws/aquasecurity/trivy-db:2
- trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/
- name: lint-frontend