CI: securityscan can ignore our docusaurus deps

This commit is contained in:
6543 2024-05-24 18:48:12 +02:00
parent b9a37ec9e7
commit 4628a97c93

View file

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