Configure SAST IaC in .gitlab-ci.yml
, creating this file if it does not already exist
This commit is contained in:
parent
67111ff270
commit
a3ff0b5bbf
1 changed files with 1 additions and 0 deletions
|
@ -69,3 +69,4 @@ sast:
|
||||||
stage: test
|
stage: test
|
||||||
include:
|
include:
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
- template: Security/SAST-IaC.latest.gitlab-ci.yml
|
||||||
|
|
Loading…
Reference in a new issue