mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
let new bugfix be published
This commit is contained in:
parent
74c0e99aa9
commit
e6d646bc7b
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ pipeline: &legacy
|
||||||
commands:
|
commands:
|
||||||
- trivy fs --exit-code 0 --skip-dirs node_modules/ --severity UNKNOWN,LOW web/
|
- 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/
|
- trivy fs --exit-code 1 --skip-dirs node_modules/ --severity MEDIUM,HIGH,CRITICAL web/
|
||||||
|
failure: ignore
|
||||||
when:
|
when:
|
||||||
path: *when_path
|
path: *when_path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue