Skip to content
Snippets Groups Projects
Commit 3e2019eb authored by Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)'s avatar Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)
Browse files

Update .gitlab-ci.yml file

parent 41d78212
No related branches found
No related tags found
No related merge requests found
Pipeline #46524 canceled
image: docker:latest
services:
- docker:dind
stages:
- build
- test
build:
stage: build
script:
- docker-compose build
sast:
stage: test
image: registry.gitlab.com/gitlab-org/security-products/sast:latest
dependencies:
- build
script:
- docker-compose up -d
- /app/bin/run -o /code/output gl-sast --format=gl-container --debug --fail-on=high,unknown
after_script:
- docker-compose down
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment