diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 17730b72d..b3fbc9fb1 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -49,14 +49,15 @@ pipeline: image: mstruebing/editorconfig-checker group: test - securitycheck: - group: test - image: aquasec/trivy:latest - commands: - - trivy fs --exit-code 0 --skip-dirs web/ --skip-dirs docs/ --severity UNKNOWN,LOW . - - trivy fs --exit-code 1 --skip-dirs web/ --skip-dirs docs/ --severity MEDIUM,HIGH,CRITICAL . - when: - path: *when_path + # Fixed with https://github.com/woodpecker-ci/woodpecker/pull/1753 + # securitycheck: + # group: test + # image: aquasec/trivy:latest + # commands: + # - trivy fs --exit-code 0 --skip-dirs web/ --skip-dirs docs/ --severity UNKNOWN,LOW . + # - trivy fs --exit-code 1 --skip-dirs web/ --skip-dirs docs/ --severity MEDIUM,HIGH,CRITICAL . + # when: + # path: *when_path test: image: *golang_image