Skip to content
Snippets Groups Projects
Commit ae20c274 authored by Ariya Adinatha's avatar Ariya Adinatha
Browse files

Update .gitlab-ci.yml file

parent d0c8627d
No related merge requests found
Pipeline #49653 passed with warnings with stage
in 1 hour, 27 minutes, and 47 seconds
......@@ -8,51 +8,4 @@ include:
- template: Security/SAST.gitlab-ci.yml
stages:
- build
- test
- deploy
nodejs-scan-sast:
artifacts:
paths:
- gl-nodejs-sast-report.json
reports:
sast: gl-nodejs-sast-report.json
semgrep-sast:
artifacts:
paths:
- gl-semgrep-sast-report.json
reports:
sast: gl-semgrep-sast-report.json
spotbugs-sast:
artifacts:
paths:
- gl-sast-report.json
reports:
sast: gl-sast-report.json
project-build:
stage: build
script:
- echo "building..."
- echo "building success"
code-scan:
stage: test
# Put our code scanner here
script:
- echo "scanning code..."
dependency-scan:
stage: test
# Put our code scanner here
script:
- echo "scanning dependency..."
project-deploy:
stage: deploy
script:
- echo "deploying project..."
- echo "deploy success"
\ No newline at end of file
- test
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment