Skip to content
Snippets Groups Projects
Commit c64d0385 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Merge branch 'dev' into 'main'

Add Scanning for license compliance.

See merge request !42
parents 4ba45920 af1cd1d4
No related branches found
No related tags found
2 merge requests!53Resolve "Unit tests fail if called from command line",!42Add Scanning for license compliance.
Pipeline #840066 passed
...@@ -63,10 +63,15 @@ dependency_scanning: ...@@ -63,10 +63,15 @@ dependency_scanning:
- echo "No before script pls" - echo "No before script pls"
stage: security stage: security
license_scanning:
before_script:
- echo "No before script pls"
stage: security
include: include:
- template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.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 # 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 # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment