ci: fix trivy image typo
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-08-16 19:51:23 +03:00
parent 9a390bb831
commit 623a909e43

View File

@ -4,7 +4,7 @@ when:
steps:
- name: trivy-scan
image: trivy:latest
image: aquasec/trivy:latest
commands:
- trivy fs --scanners vuln,config --exit-code 1 --ignorefile .trivyignore --severity HIGH,CRITICAL frontend/