chore: enable GitLab’s security features (SAST & Secret Detection)
This commit is contained in:
parent
f7f9bdf924
commit
90bcb41a89
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
include:
|
||||
- template: 'Jobs/Secret-Detection.gitlab-ci.yml'
|
||||
- template: 'Security/SAST.gitlab-ci.yml'
|
||||
|
||||
lint-composer-validate:
|
||||
image:
|
||||
name: 'php:8.3'
|
||||
|
|
Reference in a new issue