Skip to content
Snippets Groups Projects

Add Scanning for license compliance.

Merged Mayr, Hannes requested to merge dev into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -63,10 +63,15 @@ 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
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
Loading