From 4628a97c93ad1471a29010974687ad78c879ee06 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 24 May 2024 18:48:12 +0200 Subject: [PATCH] CI: securityscan can ignore our docusaurus deps --- .woodpecker/securityscan.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/securityscan.yaml b/.woodpecker/securityscan.yaml index 39eb65348..486e4cbfc 100644 --- a/.woodpecker/securityscan.yaml +++ b/.woodpecker/securityscan.yaml @@ -22,6 +22,9 @@ 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 serously + # but this is not an issue as we just generate a static site anyway ... + failure: ignore web: depends_on: []