chore: enable GitLab’s security features (SAST & Secret Detection)

This commit is contained in:
Krzysztof Sikorski 2024-03-15 00:20:51 +01:00
parent f7f9bdf924
commit 90bcb41a89
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 4 additions and 0 deletions

View File

@ -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'