diff --git a/.woodpecker/web.yml b/.woodpecker/web.yml index 913becea7..c9a711acf 100644 --- a/.woodpecker/web.yml +++ b/.woodpecker/web.yml @@ -51,8 +51,9 @@ pipeline: &legacy image: aquasec/trivy:latest commands: - trivy fs --exit-code 0 --skip-dirs node_modules/ --severity UNKNOWN,LOW web/ - - trivy fs --exit-code 1 --skip-dirs node_modules/ --severity MEDIUM,HIGH,CRITICAL web/ - failure: ignore +# - trivy fs --exit-code 1 --skip-dirs node_modules/ --severity MEDIUM,HIGH,CRITICAL web/ # TODO + - trivy fs --exit-code 0 --skip-dirs node_modules/ --severity MEDIUM,HIGH,CRITICAL web/ +# failure: ignore # TODO when: path: *when_path