Skip to content
Snippets Groups Projects

Fix pipelines by removing license ci/cd and adjusting versions of numpy, pillow and setuptools

Merged Hock, Martin requested to merge fix_pipeline into main
3 files
+ 4
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
5
@@ -96,15 +96,11 @@ dependency_scanning:
- echo "No before script pls"
stage: security
license_scanning:
before_script:
- echo "No before script pls"
stage: security
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
build_and_upload:
stage: package
Loading