Compare commits

..

4 Commits

Author SHA1 Message Date
Vincent Riquer
b225280204 Merge branch 'set-sast-config-1' into 'master'
Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request ScriptFanix/AtOM!3
2025-01-22 22:56:25 +00:00
Vincent Riquer
c94b90975b Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2025-01-22 22:56:07 +00:00
Vincent Riquer
def126ce0e Merge branch 'set-secret-detection-config-1' into 'master'
Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request ScriptFanix/AtOM!2
2025-01-22 22:54:58 +00:00
Vincent Riquer
d45f73ec24 Configure Secret Detection in .gitlab-ci.yml, creating this file if it does not already exist 2025-01-22 22:54:14 +00:00

View File

@ -11,3 +11,4 @@ sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml