[{"data":1,"prerenderedAt":759},["ShallowReactive",2],{"/en-us/topics/ci-cd/shift-left-devops/":3,"navigation-en-us":90,"banner-en-us":517,"footer-en-us":534,"next-steps-en-us":744},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":84,"_type":85,"title":7,"_source":86,"_file":87,"_stem":88,"_extension":89},"/en-us/topics/ci-cd/shift-left-devops","ci-cd",false,"",{"title":9,"ogTitle":9,"description":10,"ogDescription":10},"How to shift left with continuous integration","Learn how Continuous Integration (CI) improves code quality and integrates security earlier in pipelines to help organizations shift left!",[12,26,32,47,82],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/topics/ci-cd/",{"title":25},"Shift left devops",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"Continuous integration (CI) is a process that improves code quality through deployment pipelines. Security can be integrated into these pipelines earlier in the process, helping organizations shift left.\n",{"id":31,"twoColumns":6},"how-to-shift-left-with-continuous-integration",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":41},{"text":36,"data":37},"On this page",[38],{"text":9,"config":39},{"href":40},"#how-to-shift-left-with-continuous-integration",[42],{"type":43,"componentName":43,"componentContent":44},"TopicsCopy",{"header":9,"text":45,"config":46},"Shift left is an approach that moves testing to earlier in the software development lifecycle (hence, “shifting left”). If security testing happens when code is ready for production, it can be difficult to go back and correct problems, and it’s often too late to fix problems quickly. This can lead to delayed handoffs, security issues, and silos between security and the rest of the DevOps teams.\n\nAs organizations try to move to a more [DevSecOps](https://about.gitlab.com/solutions/security-compliance/) structure, bringing security testing earlier into the development lifecycle will be critical. The way to do this is by integrating security testing into deployment pipelines so that code is continually tested, not only against other commits into the shared repository, but for security as well.\n\n[Continuous integration (CI)](/topics/ci-cd/) is a process that improves code quality through deployment pipelines. Security can be integrated into these pipelines earlier in the process, helping organizations shift left.\n\n### Integrate security into continuous integration pipelines {#integrate-security-into-continuous-integration-pipelines}\n\n[Static Application Security Testing](https://docs.gitlab.com/ee/user/application_security/sast/) (SAST) is one way that security is automated through continuous integration. SAST analyzes the source code and allows developers to fix problems earlier in the software development lifecycle.\n\nIn GitLab CI/CD, the deployment pipeline checks the SAST report and compares the vulnerabilities between the source and target branches. These findings appear in the merge request.\n\n[Dynamic Application Security Testing](https://docs.gitlab.com/ee/user/application_security/dast/index.html#dynamic-application-security-testing-dast) (DAST) often works in tandem with SAST. While SAST analyzes source code, DAST analyzes runtime errors in executed applications. Once an application is deployed, it is exposed to new forms of security risks, such as cross-site scripting or broken authentication flaws.\n\nLike SAST, GitLab checks the DAST report and compares the vulnerabilities between the source and target branches and displays the results, but the comparison uses only the latest pipeline executed for the target branch’s base commit.\n\nOther [types of security testing](https://www.softwaresecured.com/what-do-sast-dast-iast-and-rasp-mean-to-developers/) include Interactive Application Security Testing (IAST) and Run-Time Application Security Protection (RASP). IAST operates by placing an agent within an application and RASP is more of a security tool placed inside an application that can respond to live attacks.\n\n### Reduce toolchain complexity {#reduce-toolchain-complexity}\n\nIn addition to time-consuming maintenance, [a complex toolchain](https://about.gitlab.com/blog/toolchain-security-with-gitlab/) can open up a system to security risks. Many DevSecOps teams use plugins, scripts, or hard-coded custom integrations to bring their tools together. Since some of these have to be done manually, it makes these toolchains subject to human error. Additionally, more tools mean more authentication, more permissions, security requirements, and less visibility into the software development lifecycle. These layers of abstraction make it harder to not only pinpoint problems, but solve them as well.\n\nA complex system incorporates multiple points of failure. If organizations want to shift left, reducing some of this complexity makes it easier for security and compliance to come into the development lifecycle. A complex toolchain or a plugin environment can also cause [brittle pipelines](https://medium.com/@steve.burton/4-reasons-your-jenkins-pipelines-are-brittle-f626186662c2) that need extra attention.\n\n### Harden your continuous integration systems {#harden-your-continuous-integration-systems}\n\n[Hardening](https://en.wikipedia.org/wiki/Hardening_computing) is the process of securing a system by reducing its surface of vulnerability. Similar to reducing toolchain complexity to reduce the sources of risk, hardening checklists allow an organization to examine its internal systems to make sure they’re following security best practices.\n\nOne recommendation is to harden the [systems that host](https://about.gitlab.com/blog/secure-journey-continuous-delivery/) the source and build artifact repositories, the CI and continuous delivery (CD) servers, and the systems that host the configuration management, build, deployment, and release tools. Ensure that your team knows what is done on-premises vs. what is in the cloud, and how this impacts workflows.\n\nHardening your continuous integration system, in addition to incorporating security scans into your deployment pipelines, can make it easier for teams to shift left. [Mature DevOps teams](https://about.gitlab.com/topics/devops/build-a-devops-team/) are naturally implementing security tests into their continuous integration process and embracing the shift left approach. Rather than treating security as an afterthought, these DevSecOps teams keep security top of mind.\n",{"id":31},{"type":48,"componentName":48,"componentContent":49},"CommonResourcesContainer",{"header":50,"tabs":51},"Suggested Content",[52],{"name":53,"items":54,"config":81},"resources",[55,65,73],{"header":56,"type":57,"image":58,"link":61},"Securing next generation software","Web",{"altText":56,"config":59},{"src":60},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159343/Website/Topics/customers-link.jpg",{"text":62,"config":63},"Learn more",{"href":64,"icon":57,"modal":6},"https://about.gitlab.com/blog/ciso-secure-next-gen-software/",{"header":66,"type":57,"image":67,"link":70},"A shift left strategy for the cloud",{"altText":66,"config":68},{"src":69},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159346/Website/Topics/cncf-case-study-image.png",{"text":62,"config":71},{"href":72,"icon":57,"modal":6},"https://about.gitlab.com/blog/secure-containers-devops/",{"header":74,"type":57,"image":75,"link":78},"How developer-centric AppSec testing can dramatically change your DevOps team",{"altText":74,"config":76},{"src":77},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159360/Website/Topics/cover_image_regenhu.jpg",{"text":62,"config":79},{"href":80,"icon":57,"modal":6},"https://about.gitlab.com/blog/align-engineering-security-appsec-tests-in-ci/",{"key":53},{"type":83,"componentName":83},"CommonNextSteps","content:en-us:topics:ci-cd:shift-left-devops:index.yml","yaml","content","en-us/topics/ci-cd/shift-left-devops/index.yml","en-us/topics/ci-cd/shift-left-devops/index","yml",{"_path":91,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"data":93,"_id":513,"_type":85,"title":514,"_source":86,"_file":515,"_stem":516,"_extension":89},"/shared/en-us/main-navigation","en-us",{"logo":94,"freeTrial":99,"sales":104,"login":109,"items":114,"search":444,"minimal":475,"duo":494,"pricingDeployment":503},{"config":95},{"href":96,"dataGaName":97,"dataGaLocation":98},"/","gitlab logo","header",{"text":100,"config":101},"Get free trial",{"href":102,"dataGaName":103,"dataGaLocation":98},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":105,"config":106},"Talk to sales",{"href":107,"dataGaName":108,"dataGaLocation":98},"/sales/","sales",{"text":110,"config":111},"Sign in",{"href":112,"dataGaName":113,"dataGaLocation":98},"https://gitlab.com/users/sign_in/","sign in",[115,158,255,260,365,425],{"text":116,"config":117,"cards":119,"footer":141},"Platform",{"dataNavLevelOne":118},"platform",[120,126,134],{"title":116,"description":121,"link":122},"The most comprehensive AI-powered DevSecOps Platform",{"text":123,"config":124},"Explore our Platform",{"href":125,"dataGaName":118,"dataGaLocation":98},"/platform/",{"title":127,"description":128,"link":129},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":130,"config":131},"Meet GitLab Duo",{"href":132,"dataGaName":133,"dataGaLocation":98},"/gitlab-duo/","gitlab duo ai",{"title":135,"description":136,"link":137},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":62,"config":138},{"href":139,"dataGaName":140,"dataGaLocation":98},"/why-gitlab/","why gitlab",{"title":142,"items":143},"Get started with",[144,149,154],{"text":145,"config":146},"Platform Engineering",{"href":147,"dataGaName":148,"dataGaLocation":98},"/solutions/platform-engineering/","platform engineering",{"text":150,"config":151},"Developer Experience",{"href":152,"dataGaName":153,"dataGaLocation":98},"/developer-experience/","Developer experience",{"text":155,"config":156},"MLOps",{"href":157,"dataGaName":155,"dataGaLocation":98},"/topics/devops/the-role-of-ai-in-devops/",{"text":159,"left":160,"config":161,"link":163,"lists":167,"footer":237},"Product",true,{"dataNavLevelOne":162},"solutions",{"text":164,"config":165},"View all Solutions",{"href":166,"dataGaName":162,"dataGaLocation":98},"/solutions/",[168,192,216],{"title":169,"description":170,"link":171,"items":176},"Automation","CI/CD and automation to accelerate deployment",{"config":172},{"icon":173,"href":174,"dataGaName":175,"dataGaLocation":98},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[177,180,184,188],{"text":21,"config":178},{"href":179,"dataGaLocation":98,"dataGaName":21},"/solutions/continuous-integration/",{"text":181,"config":182},"AI-Assisted Development",{"href":132,"dataGaLocation":98,"dataGaName":183},"AI assisted development",{"text":185,"config":186},"Source Code Management",{"href":187,"dataGaLocation":98,"dataGaName":185},"/solutions/source-code-management/",{"text":189,"config":190},"Automated Software Delivery",{"href":174,"dataGaLocation":98,"dataGaName":191},"Automated software delivery",{"title":193,"description":194,"link":195,"items":200},"Security","Deliver code faster without compromising security",{"config":196},{"href":197,"dataGaName":198,"dataGaLocation":98,"icon":199},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[201,206,211],{"text":202,"config":203},"Application Security Testing",{"href":204,"dataGaName":205,"dataGaLocation":98},"/solutions/application-security-testing/","Application security testing",{"text":207,"config":208},"Software Supply Chain Security",{"href":209,"dataGaLocation":98,"dataGaName":210},"/solutions/supply-chain/","Software supply chain security",{"text":212,"config":213},"Software Compliance",{"href":214,"dataGaName":215,"dataGaLocation":98},"/solutions/software-compliance/","software compliance",{"title":217,"link":218,"items":223},"Measurement",{"config":219},{"icon":220,"href":221,"dataGaName":222,"dataGaLocation":98},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[224,228,232],{"text":225,"config":226},"Visibility & Measurement",{"href":221,"dataGaLocation":98,"dataGaName":227},"Visibility and Measurement",{"text":229,"config":230},"Value Stream Management",{"href":231,"dataGaLocation":98,"dataGaName":229},"/solutions/value-stream-management/",{"text":233,"config":234},"Analytics & Insights",{"href":235,"dataGaLocation":98,"dataGaName":236},"/solutions/analytics-and-insights/","Analytics and insights",{"title":238,"items":239},"GitLab for",[240,245,250],{"text":241,"config":242},"Enterprise",{"href":243,"dataGaLocation":98,"dataGaName":244},"/enterprise/","enterprise",{"text":246,"config":247},"Small Business",{"href":248,"dataGaLocation":98,"dataGaName":249},"/small-business/","small business",{"text":251,"config":252},"Public Sector",{"href":253,"dataGaLocation":98,"dataGaName":254},"/solutions/public-sector/","public sector",{"text":256,"config":257},"Pricing",{"href":258,"dataGaName":259,"dataGaLocation":98,"dataNavLevelOne":259},"/pricing/","pricing",{"text":261,"config":262,"link":263,"lists":267,"feature":352},"Resources",{"dataNavLevelOne":53},{"text":264,"config":265},"View all resources",{"href":266,"dataGaName":53,"dataGaLocation":98},"/resources/",[268,301,324],{"title":269,"items":270},"Getting started",[271,276,281,286,291,296],{"text":272,"config":273},"Install",{"href":274,"dataGaName":275,"dataGaLocation":98},"/install/","install",{"text":277,"config":278},"Quick start guides",{"href":279,"dataGaName":280,"dataGaLocation":98},"/get-started/","quick setup checklists",{"text":282,"config":283},"Learn",{"href":284,"dataGaLocation":98,"dataGaName":285},"https://university.gitlab.com/","learn",{"text":287,"config":288},"Product documentation",{"href":289,"dataGaName":290,"dataGaLocation":98},"https://docs.gitlab.com/","product documentation",{"text":292,"config":293},"Best practice videos",{"href":294,"dataGaName":295,"dataGaLocation":98},"/getting-started-videos/","best practice videos",{"text":297,"config":298},"Integrations",{"href":299,"dataGaName":300,"dataGaLocation":98},"/integrations/","integrations",{"title":302,"items":303},"Discover",[304,309,314,319],{"text":305,"config":306},"Customer success stories",{"href":307,"dataGaName":308,"dataGaLocation":98},"/customers/","customer success stories",{"text":310,"config":311},"Blog",{"href":312,"dataGaName":313,"dataGaLocation":98},"/blog/","blog",{"text":315,"config":316},"Remote",{"href":317,"dataGaName":318,"dataGaLocation":98},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":320,"config":321},"TeamOps",{"href":322,"dataGaName":323,"dataGaLocation":98},"/teamops/","teamops",{"title":325,"items":326},"Connect",[327,332,337,342,347],{"text":328,"config":329},"GitLab Services",{"href":330,"dataGaName":331,"dataGaLocation":98},"/services/","services",{"text":333,"config":334},"Community",{"href":335,"dataGaName":336,"dataGaLocation":98},"/community/","community",{"text":338,"config":339},"Forum",{"href":340,"dataGaName":341,"dataGaLocation":98},"https://forum.gitlab.com/","forum",{"text":343,"config":344},"Events",{"href":345,"dataGaName":346,"dataGaLocation":98},"/events/","events",{"text":348,"config":349},"Partners",{"href":350,"dataGaName":351,"dataGaLocation":98},"/partners/","partners",{"backgroundColor":353,"textColor":354,"text":355,"image":356,"link":360},"#2f2a6b","#fff","Insights for the future of software development",{"altText":357,"config":358},"the source promo card",{"src":359},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":361,"config":362},"Read the latest",{"href":363,"dataGaName":364,"dataGaLocation":98},"/the-source/","the source",{"text":366,"config":367,"lists":369},"Company",{"dataNavLevelOne":368},"company",[370],{"items":371},[372,377,383,385,390,395,400,405,410,415,420],{"text":373,"config":374},"About",{"href":375,"dataGaName":376,"dataGaLocation":98},"/company/","about",{"text":378,"config":379,"footerGa":382},"Jobs",{"href":380,"dataGaName":381,"dataGaLocation":98},"/jobs/","jobs",{"dataGaName":381},{"text":343,"config":384},{"href":345,"dataGaName":346,"dataGaLocation":98},{"text":386,"config":387},"Leadership",{"href":388,"dataGaName":389,"dataGaLocation":98},"/company/team/e-group/","leadership",{"text":391,"config":392},"Team",{"href":393,"dataGaName":394,"dataGaLocation":98},"/company/team/","team",{"text":396,"config":397},"Handbook",{"href":398,"dataGaName":399,"dataGaLocation":98},"https://handbook.gitlab.com/","handbook",{"text":401,"config":402},"Investor relations",{"href":403,"dataGaName":404,"dataGaLocation":98},"https://ir.gitlab.com/","investor relations",{"text":406,"config":407},"Trust Center",{"href":408,"dataGaName":409,"dataGaLocation":98},"/security/","trust center",{"text":411,"config":412},"AI Transparency Center",{"href":413,"dataGaName":414,"dataGaLocation":98},"/ai-transparency-center/","ai transparency center",{"text":416,"config":417},"Newsletter",{"href":418,"dataGaName":419,"dataGaLocation":98},"/company/contact/","newsletter",{"text":421,"config":422},"Press",{"href":423,"dataGaName":424,"dataGaLocation":98},"/press/","press",{"text":426,"config":427,"lists":428},"Contact us",{"dataNavLevelOne":368},[429],{"items":430},[431,434,439],{"text":105,"config":432},{"href":107,"dataGaName":433,"dataGaLocation":98},"talk to sales",{"text":435,"config":436},"Get help",{"href":437,"dataGaName":438,"dataGaLocation":98},"/support/","get help",{"text":440,"config":441},"Customer portal",{"href":442,"dataGaName":443,"dataGaLocation":98},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":445,"login":446,"suggestions":453},"Close",{"text":447,"link":448},"To search repositories and projects, login to",{"text":449,"config":450},"gitlab.com",{"href":112,"dataGaName":451,"dataGaLocation":452},"search login","search",{"text":454,"default":455},"Suggestions",[456,458,462,464,468,472],{"text":127,"config":457},{"href":132,"dataGaName":127,"dataGaLocation":452},{"text":459,"config":460},"Code Suggestions (AI)",{"href":461,"dataGaName":459,"dataGaLocation":452},"/solutions/code-suggestions/",{"text":21,"config":463},{"href":179,"dataGaName":21,"dataGaLocation":452},{"text":465,"config":466},"GitLab on AWS",{"href":467,"dataGaName":465,"dataGaLocation":452},"/partners/technology-partners/aws/",{"text":469,"config":470},"GitLab on Google Cloud",{"href":471,"dataGaName":469,"dataGaLocation":452},"/partners/technology-partners/google-cloud-platform/",{"text":473,"config":474},"Why GitLab?",{"href":139,"dataGaName":473,"dataGaLocation":452},{"freeTrial":476,"mobileIcon":481,"desktopIcon":486,"secondaryButton":489},{"text":477,"config":478},"Start free trial",{"href":479,"dataGaName":103,"dataGaLocation":480},"https://gitlab.com/-/trials/new/","nav",{"altText":482,"config":483},"Gitlab Icon",{"src":484,"dataGaName":485,"dataGaLocation":480},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":482,"config":487},{"src":488,"dataGaName":485,"dataGaLocation":480},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":490,"config":491},"Get Started",{"href":492,"dataGaName":493,"dataGaLocation":480},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":495,"mobileIcon":499,"desktopIcon":501},{"text":496,"config":497},"Learn more about GitLab Duo",{"href":132,"dataGaName":498,"dataGaLocation":480},"gitlab duo",{"altText":482,"config":500},{"src":484,"dataGaName":485,"dataGaLocation":480},{"altText":482,"config":502},{"src":488,"dataGaName":485,"dataGaLocation":480},{"freeTrial":504,"mobileIcon":509,"desktopIcon":511},{"text":505,"config":506},"Back to pricing",{"href":258,"dataGaName":507,"dataGaLocation":480,"icon":508},"back to pricing","GoBack",{"altText":482,"config":510},{"src":484,"dataGaName":485,"dataGaLocation":480},{"altText":482,"config":512},{"src":488,"dataGaName":485,"dataGaLocation":480},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":518,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"title":519,"button":520,"image":525,"config":529,"_id":531,"_type":85,"_source":86,"_file":532,"_stem":533,"_extension":89},"/shared/en-us/banner","is now in public beta!",{"text":521,"config":522},"Try the Beta",{"href":523,"dataGaName":524,"dataGaLocation":98},"/gitlab-duo/agent-platform/","duo banner",{"altText":526,"config":527},"GitLab Duo Agent Platform",{"src":528},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":530},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":535,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"data":536,"_id":740,"_type":85,"title":741,"_source":86,"_file":742,"_stem":743,"_extension":89},"/shared/en-us/main-footer",{"text":537,"source":538,"edit":544,"contribute":549,"config":554,"items":559,"minimal":732},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":539,"config":540},"View page source",{"href":541,"dataGaName":542,"dataGaLocation":543},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":545,"config":546},"Edit this page",{"href":547,"dataGaName":548,"dataGaLocation":543},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":550,"config":551},"Please contribute",{"href":552,"dataGaName":553,"dataGaLocation":543},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":555,"facebook":556,"youtube":557,"linkedin":558},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[560,583,639,668,702],{"title":116,"links":561,"subMenu":566},[562],{"text":563,"config":564},"DevSecOps platform",{"href":125,"dataGaName":565,"dataGaLocation":543},"devsecops platform",[567],{"title":256,"links":568},[569,573,578],{"text":570,"config":571},"View plans",{"href":258,"dataGaName":572,"dataGaLocation":543},"view plans",{"text":574,"config":575},"Why Premium?",{"href":576,"dataGaName":577,"dataGaLocation":543},"/pricing/premium/","why premium",{"text":579,"config":580},"Why Ultimate?",{"href":581,"dataGaName":582,"dataGaLocation":543},"/pricing/ultimate/","why ultimate",{"title":584,"links":585},"Solutions",[586,591,593,595,600,605,609,612,616,621,623,626,629,634],{"text":587,"config":588},"Digital transformation",{"href":589,"dataGaName":590,"dataGaLocation":543},"/topics/digital-transformation/","digital transformation",{"text":202,"config":592},{"href":204,"dataGaName":202,"dataGaLocation":543},{"text":191,"config":594},{"href":174,"dataGaName":175,"dataGaLocation":543},{"text":596,"config":597},"Agile development",{"href":598,"dataGaName":599,"dataGaLocation":543},"/solutions/agile-delivery/","agile delivery",{"text":601,"config":602},"Cloud transformation",{"href":603,"dataGaName":604,"dataGaLocation":543},"/topics/cloud-native/","cloud transformation",{"text":606,"config":607},"SCM",{"href":187,"dataGaName":608,"dataGaLocation":543},"source code management",{"text":21,"config":610},{"href":179,"dataGaName":611,"dataGaLocation":543},"continuous integration & delivery",{"text":613,"config":614},"Value stream management",{"href":231,"dataGaName":615,"dataGaLocation":543},"value stream management",{"text":617,"config":618},"GitOps",{"href":619,"dataGaName":620,"dataGaLocation":543},"/solutions/gitops/","gitops",{"text":241,"config":622},{"href":243,"dataGaName":244,"dataGaLocation":543},{"text":624,"config":625},"Small business",{"href":248,"dataGaName":249,"dataGaLocation":543},{"text":627,"config":628},"Public sector",{"href":253,"dataGaName":254,"dataGaLocation":543},{"text":630,"config":631},"Education",{"href":632,"dataGaName":633,"dataGaLocation":543},"/solutions/education/","education",{"text":635,"config":636},"Financial services",{"href":637,"dataGaName":638,"dataGaLocation":543},"/solutions/finance/","financial services",{"title":261,"links":640},[641,643,645,647,650,652,654,656,658,660,662,664,666],{"text":272,"config":642},{"href":274,"dataGaName":275,"dataGaLocation":543},{"text":277,"config":644},{"href":279,"dataGaName":280,"dataGaLocation":543},{"text":282,"config":646},{"href":284,"dataGaName":285,"dataGaLocation":543},{"text":287,"config":648},{"href":289,"dataGaName":649,"dataGaLocation":543},"docs",{"text":310,"config":651},{"href":312,"dataGaName":313,"dataGaLocation":543},{"text":305,"config":653},{"href":307,"dataGaName":308,"dataGaLocation":543},{"text":315,"config":655},{"href":317,"dataGaName":318,"dataGaLocation":543},{"text":328,"config":657},{"href":330,"dataGaName":331,"dataGaLocation":543},{"text":320,"config":659},{"href":322,"dataGaName":323,"dataGaLocation":543},{"text":333,"config":661},{"href":335,"dataGaName":336,"dataGaLocation":543},{"text":338,"config":663},{"href":340,"dataGaName":341,"dataGaLocation":543},{"text":343,"config":665},{"href":345,"dataGaName":346,"dataGaLocation":543},{"text":348,"config":667},{"href":350,"dataGaName":351,"dataGaLocation":543},{"title":366,"links":669},[670,672,674,676,678,680,682,686,691,693,695,697],{"text":373,"config":671},{"href":375,"dataGaName":368,"dataGaLocation":543},{"text":378,"config":673},{"href":380,"dataGaName":381,"dataGaLocation":543},{"text":386,"config":675},{"href":388,"dataGaName":389,"dataGaLocation":543},{"text":391,"config":677},{"href":393,"dataGaName":394,"dataGaLocation":543},{"text":396,"config":679},{"href":398,"dataGaName":399,"dataGaLocation":543},{"text":401,"config":681},{"href":403,"dataGaName":404,"dataGaLocation":543},{"text":683,"config":684},"Sustainability",{"href":685,"dataGaName":683,"dataGaLocation":543},"/sustainability/",{"text":687,"config":688},"Diversity, inclusion and belonging (DIB)",{"href":689,"dataGaName":690,"dataGaLocation":543},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":406,"config":692},{"href":408,"dataGaName":409,"dataGaLocation":543},{"text":416,"config":694},{"href":418,"dataGaName":419,"dataGaLocation":543},{"text":421,"config":696},{"href":423,"dataGaName":424,"dataGaLocation":543},{"text":698,"config":699},"Modern Slavery Transparency Statement",{"href":700,"dataGaName":701,"dataGaLocation":543},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":703,"links":704},"Contact Us",[705,708,710,712,717,722,727],{"text":706,"config":707},"Contact an expert",{"href":107,"dataGaName":108,"dataGaLocation":543},{"text":435,"config":709},{"href":437,"dataGaName":438,"dataGaLocation":543},{"text":440,"config":711},{"href":442,"dataGaName":443,"dataGaLocation":543},{"text":713,"config":714},"Status",{"href":715,"dataGaName":716,"dataGaLocation":543},"https://status.gitlab.com/","status",{"text":718,"config":719},"Terms of use",{"href":720,"dataGaName":721,"dataGaLocation":543},"/terms/","terms of use",{"text":723,"config":724},"Privacy statement",{"href":725,"dataGaName":726,"dataGaLocation":543},"/privacy/","privacy statement",{"text":728,"config":729},"Cookie preferences",{"dataGaName":730,"dataGaLocation":543,"id":731,"isOneTrustButton":160},"cookie preferences","ot-sdk-btn",{"items":733},[734,736,738],{"text":718,"config":735},{"href":720,"dataGaName":721,"dataGaLocation":543},{"text":723,"config":737},{"href":725,"dataGaName":726,"dataGaLocation":543},{"text":728,"config":739},{"dataGaName":730,"dataGaLocation":543,"id":731,"isOneTrustButton":160},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":745,"_dir":92,"_draft":6,"_partial":6,"_locale":7,"header":746,"eyebrow":747,"blurb":748,"button":749,"secondaryButton":753,"_id":755,"_type":85,"title":756,"_source":86,"_file":757,"_stem":758,"_extension":89},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":100,"config":750},{"href":751,"dataGaName":103,"dataGaLocation":752},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":105,"config":754},{"href":107,"dataGaName":108,"dataGaLocation":752},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1758326276526]