From 3f0fc573be8827c874185cfc97fd2dc74f06bd05 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Sep 2023 14:15:35 -0500 Subject: [PATCH] GitLab CI: stop python dependency scanning --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9765985b..be1487138 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: node:20 variables: NODE_ENV: test + DS_EXCLUDED_ANALYZERS: gemnasium-python default: interruptible: true