Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msglover authored Jan 27, 2023
1 parent 149c403 commit c42f4ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ stages:
- build
- copy

#Add "test" stage for Gitlab Scanners

- deploy:dev:init:en
- deploy:dev:validate:en
- deploy:dev:plan:en
Expand Down Expand Up @@ -65,6 +67,11 @@ default:
variables:
WEBCMS_IMAGE_TAG: $CI_COMMIT_REF_SLUG-$CI_COMMIT_SHA

#Including Gitlab scan templates
include:
- template: Jobs/SAST.gitlab-ci.yml
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
- template: Jobs/Secret-Detection.gitlab-ci.yml

#region Templates

Expand Down

0 comments on commit c42f4ee

Please sign in to comment.