Compare commits

..

2 Commits

Author SHA1 Message Date
f28607e405 fix trivyignore
Some checks failed
ci/woodpecker/push/build Pipeline failed
2025-07-28 19:42:13 +03:00
dc3b4628ec deprecate gitea workflow 2025-07-28 19:31:29 +03:00
2 changed files with 1 additions and 1 deletions

View File

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