updated woodpecker workflow
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2025-07-28 20:36:46 +03:00
parent f28607e405
commit 173b2778ce
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
CVE-2024-4068
CVE-2024-21538
CVE-2024-21536
CVE-2025-7783
CVE-2024-29415
CVE-2022-23539
CVE-2022-24771
CVE-2022-24772
CVE-2024-29180

View File

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