added iac
This commit is contained in:
@@ -12,12 +12,14 @@ stages:
|
|||||||
sast:
|
sast:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
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/SAST-IaC.gitlab-ci.yml
|
||||||
|
|
||||||
qodana:
|
qodana:
|
||||||
stage: 'code_quality'
|
only:
|
||||||
|
- master
|
||||||
|
- merge_requests
|
||||||
image:
|
image:
|
||||||
name: jetbrains/qodana-python-community
|
name: jetbrains/qodana-python-community
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
|||||||
Reference in New Issue
Block a user