mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 16:31:01 +00:00
Bump trivy plugin version and remove unused variable (#3759)
This commit is contained in:
parent
61e263b048
commit
3122b1add2
1 changed files with 1 additions and 4 deletions
|
@ -6,7 +6,7 @@ when:
|
|||
- renovate/*
|
||||
|
||||
variables:
|
||||
- &trivy_plugin docker.io/woodpeckerci/plugin-trivy:1.0.1
|
||||
- &trivy_plugin docker.io/woodpeckerci/plugin-trivy:1.1.0
|
||||
|
||||
steps:
|
||||
backend:
|
||||
|
@ -21,9 +21,6 @@ steps:
|
|||
settings:
|
||||
skip-dirs: node_modules/,plugins/woodpecker-plugins/node_modules/
|
||||
dir: docs/
|
||||
# well we should check it, but we can not do much about old deps if docusaurus do not take that seriously
|
||||
# but this is not an issue as we just generate a static site anyway ...
|
||||
failure: ignore
|
||||
|
||||
web:
|
||||
depends_on: []
|
||||
|
|
Loading…
Reference in a new issue