From 3122b1add24b5d517e535307697fd82cf521fc71 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Wed, 5 Jun 2024 09:57:08 +0200 Subject: [PATCH] Bump trivy plugin version and remove unused variable (#3759) --- .woodpecker/securityscan.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.woodpecker/securityscan.yaml b/.woodpecker/securityscan.yaml index 6800d31c2..fb2e28971 100644 --- a/.woodpecker/securityscan.yaml +++ b/.woodpecker/securityscan.yaml @@ -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: []