CI: Replace License scanning by Dependency scanning for gitlab 16 compatibility
This commit is contained in:
parent
e74b5b267b
commit
106f1a5e30
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ include:
|
|||
- '.gitlab-ci/build.yml'
|
||||
- '.gitlab-ci/image.yml'
|
||||
- template: SAST.gitlab-ci.yml
|
||||
- template: Security/License-Scanning.gitlab-ci.yml
|
||||
- template: Security/Dependency-Scanning.gitlab-ci.yml
|
||||
- template: Security/Secret-Detection.gitlab-ci.yml
|
||||
- template: Security/Container-Scanning.gitlab-ci.yml
|
||||
|
||||
|
@ -56,7 +56,7 @@ secret_detection:
|
|||
interruptible: true
|
||||
needs: []
|
||||
|
||||
license_scanning:
|
||||
dependency_scanning:
|
||||
stage: qa
|
||||
interruptible: true
|
||||
needs: []
|
||||
|
|
Reference in a new issue