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

ci: forcibly remove pyproject.toml for dependency scanning

parent cad5c5f8
No related branches found
No related tags found
1 merge request!50Work around bug in gitlab's dependency scanning
......@@ -37,6 +37,9 @@ dependency_scanning:
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