From bbff0d948194744cbb98a4fd8ecb18f060fe583b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 14 Apr 2023 12:16:40 +0200 Subject: [PATCH] Add the missing json files for Snyk --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cad65ed6..9e2ebd6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ include = [ "c2cciutils/node_modules/**/*.js", "c2cciutils/node_modules/**/*.py", "c2cciutils/node_modules/**/*.wasm", - "c2cciutils/node_modules/**/package.json", + "c2cciutils/node_modules/**/*.json", ] exclude = ["c2cciutils/node_modules/**/test"]