Bump trivy plugin version and remove unused variable (#3759)

This commit is contained in:
Patrick Schratz 2024-06-05 09:57:08 +02:00 committed by GitHub
parent 61e263b048
commit 3122b1add2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: []