GitLab CI: stop python dependency scanning

This commit is contained in:
Alex Gleason 2023-09-13 14:15:35 -05:00
parent 64686101c6
commit 3f0fc573be
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ image: node:20
variables:
NODE_ENV: test
DS_EXCLUDED_ANALYZERS: gemnasium-python
default:
interruptible: true