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