From a20ead49fbfdc8d49fc64a4f1f3f7136f8d15afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 13 Mar 2025 15:13:34 +0100 Subject: [PATCH] chore: ignore `remark-preset-lint-node` from the OSSF Scoring reports --- tools/ossf_scorecard/scope.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ossf_scorecard/scope.json b/tools/ossf_scorecard/scope.json index ea2b49355..f1b52a1fa 100644 --- a/tools/ossf_scorecard/scope.json +++ b/tools/ossf_scorecard/scope.json @@ -21,7 +21,6 @@ "security-wg", "tap2junit", "node-addon-api", - "remark-preset-lint-node", "node-v8", "nodejs-latest-linker", "lts-schedule", @@ -51,8 +50,9 @@ "mentorship", "node-inspect", "node-report", - "whatwg-stream" + "whatwg-stream", + "remark-preset-lint-node" ] } } -} \ No newline at end of file +}