.gitlab-ci.yml in dccscr-0.2.3 vs .gitlab-ci.yml in dccscr-0.2.4

- old
+ new

@@ -1,9 +1,16 @@ image: ruby:2.7.3 - -before_script: +example_job: + before_script: - gem install bundler -v 2.2.17 - bundle install - -example_job: script: - - bundle exec rake + - bundle exec rake +stages: +- test +sast: + stage: test +include: +- template: Security/SAST.gitlab-ci.yml +- template: Security/Dependency-Scanning.gitlab-ci.yml +- template: Security/Secret-Detection.gitlab-ci.yml +- template: Security/License-Scanning.gitlab-ci.yml \ No newline at end of file