50
Views
1
Comments
How to integrate Lifetime with Gitlab DevSecOps (DAST, SAST)?

There are 3 environments namely: Development, UAT, Production.

I need to be able to publish my code to Service Center in Development environment and before it gets deployed to the UAT environment, I need it to run through the Gitlab CICD pipeline. Gitlab will run DAST, SAST, and other dependencies vulnerabilities check. When everything is green, it will then be deployed to the UAT environment.


I have searched through the forum and have seen articles written in these pages, but i am not able to understand how to implement an equivalent in Gitlab. The step by step guide for Jenkins and Github do not help me.


[How to build an OutSystems continuous delivery pipeline]

https://success.outsystems.com/documentation/how_to_guides/devops/how_to_build_an_outsystems_continuous_delivery_pipeline/?_gl=1*1ezx0vc*_ga*NzI0NjU0MDY4LjE2OTM4MzE3MTE.*_ga_ZD4DTMHWR2*MTY5NDE4ODY3Ny4xNS4xLjE2OTQxODkzMzAuNjAuMC4w


[Integrate OutSystems with external version controls]

https://success.outsystems.com/documentation/how_to_guides/devops/integrate_outsystems_with_external_version_controls/


Does anyone have a similar experience in the setup I required and could help me in my understanding?

2019-07-02 03-01-30
CapLi

I looked up for more details and came upon these articles,

https://github.com/OutSystems/outsystems-pipeline/tree/master/outsystems/pipeline


Can someone show me how to call the above pipeline using gitlab?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.