Skip to content
Snippets Groups Projects
Commit 2e86bce8 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'fix-dependency_scanning' into 'master'

Work around bug in gitlab's dependency scanning

See merge request !50
parents 4cfd6ec3 dca430f4
No related branches found
No related tags found
1 merge request!50Work around bug in gitlab's dependency scanning
Pipeline #382425 passed
......@@ -35,6 +35,11 @@ flake8:
dependency_scanning:
stage: code quality
needs: []
variables:
SECURE_LOG_LEVEL: "debug"
before_script:
# https://gitlab.com/gitlab-org/gitlab/-/issues/358800
- rm -f pyproject.toml
# -- license scanning -------
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment