[{"data":1,"prerenderedAt":1108},["ShallowReactive",2],{"/en-us/the-source/security/speed-and-control-gitops-for-insurance-leaders/":3,"footer-en-us":51,"the-source-banner-en-us":358,"the-source-navigation-en-us":370,"the-source-newsletter-en-us":398,"article-site-categories-en-us":409,"speed-and-control-gitops-for-insurance-leaders-article-hero-category-en-us":411,"speed-and-control-gitops-for-insurance-leaders-the-source-source-cta-en-us":435,"speed-and-control-gitops-for-insurance-leaders-category-en-us":448,"speed-and-control-gitops-for-insurance-leaders-the-source-resources-en-us":460,"speed-and-control-gitops-for-insurance-leaders-article-hero-author-en-us":500},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"slug":8,"type":9,"category":5,"config":10,"seo":15,"content":19,"_id":44,"_type":45,"title":46,"_source":47,"_file":48,"_stem":49,"_extension":50},"/en-us/the-source/security/speed-and-control-gitops-for-insurance-leaders","security",false,"","speed-and-control-gitops-for-insurance-leaders","article",{"layout":11,"template":12,"featured":6,"author":13,"sourceCTA":14},"the-source","TheSourceArticle","jason-morgan","beginners-guide-to-gitops",{"config":16,"title":17,"description":18},{"noIndex":6},"Speed and control: GitOps for insurance leaders","Discover how GitOps and enterprise CI/CD enable insurance companies to deploy fast while meeting strict regulatory compliance and audit requirements.",{"title":17,"description":18,"date":20,"timeToRead":21,"heroImage":22,"keyTakeaways":23,"articleBody":27,"faq":28},"2025-09-25","5 min read","https://res.cloudinary.com/about-gitlab-com/image/upload/v1758827423/hpvkk3b8mozeqhed6daf.png",[24,25,26],"Insurance companies can achieve fast development cycles while maintaining regulatory compliance by combining GitOps tools like FluxCD with enterprise CI/CD platforms like GitLab.","Storing all deployment configs in Git creates automatic audit trails, version control, and enforced approval workflows that satisfy regulators and eliminate manual documentation.","Modern pipelines can automatically enforce separation of duties, require approvals, and block deployments that don't meet compliance rules—making governance systematic, not optional.","In conversations with insurance technology leaders, one challenge consistently emerges: How do you enable development teams to move at the speed modern customers expect while satisfying regulators who demand every change be tracked, approved, and reversible?\n\nThe answer isn't choosing between speed and control; it's combining the right tools to get both. That's where pairing GitOps tools like FluxCD with enterprise CI/CD platforms like GitLab creates something special: a deployment pipeline that's both developer-friendly and maintains the audit trails regulators require.\n\n## Why GitOps matters for insurance\n\nIf you're managing Kubernetes deployments in a regulated environment, you already know that \"just SSH in and fix it\" isn't an option. FluxCD and similar GitOps tools fundamentally change how we think about configuration management, and honestly, it's about time.\n\n### Everything lives in Git (where it belongs)\n\nWith FluxCD, your entire deployment configuration becomes code. Real, version-controlled, reviewable code. No more mystery configurations that changed three months ago and were never documented. Every YAML file, every Helm chart, every configuration parameter lives in Git repositories where they're subject to the same controls as your application code.\n\nThis isn't just about organization (though your future self will thank you during the next state insurance audit). When you treat configuration as code, you inherit all the battle-tested controls that software teams have refined over decades. Branch protection rules, pull request reviews, and signed commits aren't just for your Java or Python files anymore.\n\n### Your project becomes the single source of truth\n\nHere’s where compliance teams take notice: GitOps continuously monitors declared states and ensures clusters match what’s approved. Any drift between what’s intended and what’s running is automatically detected and reconciled.\n\nThis means your project isn't just documentation of what you think is running, it's the enforced state of your entire system. When an auditor asks, \"What version of this service was running on March 15th at 2 PM?\" you don't scramble through logs. You check the Project history. Simple, verifiable, and impossible to argue with.\n\n## Making GitOps enterprise-ready\n\nNow, having everything in Git is great, but insurers need more than just version control. They need to prove that every change followed proper procedures, met security requirements, and links to an approved business justification. This is where organizations must extend GitOps with a robust CI/CD system.\n\n### Change management that actually works\n\nInsurance CIOs and CTOs consistently cite manual change management processes as a major operational bottleneck. Their teams waste countless hours updating tickets, chasing approvals, and documenting deployments that should be automatic. Modern CI/CD pipelines solve this by integrating directly with change management systems, automatically creating and updating tickets as code moves through the deployment pipeline.\n\nEven better, these pipelines can enforce compliance rules:\n\n* Need actuarial approval for rating algorithm updates? The pipeline won’t proceed without it.\n* Require compliance review for underwriting logic? The deployment halts until sign-off.\n\nThis isn’t security theater — it’s real enforcement, applied consistently and automatically.\n\n### Separation of duties made simple\n\nInsurance regulators, whether state departments or international bodies like EIOPA, emphasize the separation of duties. The person who writes the code for premium calculations shouldn't be the one who approves it for production. Modern CI/CD platforms make this straightforward to implement and, more importantly, impossible to bypass.\n\nDevelopers can push code all day long, but they can't approve their own merge requests. They can't trigger production deployments without passing the necessary control gates. They can't modify audit logs. These aren't suggestions or guidelines; they're system-enforced rules that work across your entire development lifecycle.\n\n### A policy engine that speaks \"compliance\"\n\nThis is where [enterprise CI/CD platforms](https://about.gitlab.com/blog/ultimate-guide-to-ci-cd-fundamentals-to-advanced-implementation/) really earn their keep in insurance environments. Based on implementations I've overseen, the most successful platforms include comprehensive policy engines that can enforce virtually any requirement your compliance team requires:\n\n* **Permissions that make sense**: Role-based access control that maps to your actual organizational structure, not some generic \"admin/user\" split\n* **Audit trails that tell the whole story**: Not just who did what, but why they did it, who approved it, and what controls were validated\n* **Artifact management that satisfies regulators**: Automatic retention of build artifacts, deployment manifests, and security scan results for whatever period your regulations require\n* **Change window enforcement**: Block deployments during freeze periods, require additional approvals for emergency changes, or restrict certain types of changes to specific maintenance windows\n\n## GitOps and insurance: Better together\n\nIn my recent engagements with insurers ranging from regional carriers to global reinsurers, I've observed a clear pattern in successful GitOps adoptions. The magic happens when you pair GitOps approaches with enterprise controls, creating a deployment pipeline that developers actually want to use and that satisfies insurance compliance teams.\n\nDevelopers get to work with familiar Git workflows. They push code for new coverage types, create merge requests for claims automation improvements, and see their changes automatically deployed. No special deployment tools to learn, no manual steps to forget, no \"works in my machine\" mysteries when the new mobile claims app behaves differently in production.\n\nMeanwhile, your governance teams — who in insurance often report directly to the board's risk committee — get comprehensive audit trails, enforced approval workflows, and the ability to prove compliance without manual documentation. Every deployment is traceable from commit to production, with all the required approvals and security scans documented along the way.\n\nThe result? Your most advanced teams can iterate quickly, deploy frequently, and innovate confidently, all while maintaining the iron-clad controls that financial services require. It's not about choosing between moving fast and maintaining control. With the right tooling, you genuinely can have both.\n\n## Ready to see this in action?\n\nIf you're curious about how this approach could work in your organization, we're bringing the [Financial Services Roadshow](https://about.gitlab.com/events/financial-services-roadshow/) to several cities in the coming months. You'll see real-world implementations, hear from organizations that have made this transition, and get hands-on experience with the tools and workflows discussed here.",[29,32,35,38,41],{"header":30,"content":31},"How does GitOps help insurance companies balance speed and regulatory compliance?","GitOps enables insurance companies to deploy fast while meeting strict compliance requirements by combining tools like FluxCD with enterprise CI/CD platforms. All deployment configurations become version-controlled code in Git repositories, creating automatic audit trails and enforced approval workflows. This approach satisfies regulators while enabling developer-friendly deployment pipelines.",{"header":33,"content":34},"What makes GitOps configuration management suitable for regulated insurance environments?","GitOps treats entire deployment configurations as real, version-controlled, reviewable code stored in Git repositories. Every YAML file, Helm chart, and configuration parameter is subject to the same controls as application code, including branch protection rules and pull request reviews. This creates a single source of truth that's continuously monitored and automatically reconciled.",{"header":36,"content":37},"How do modern CI/CD pipelines enforce separation of duties for insurance compliance?","CI/CD platforms make separation of duties system-enforced rules rather than guidelines. Developers can push code but cannot approve their own merge requests or trigger production deployments without passing control gates. The person writing premium calculation code cannot approve it for production, and nobody can modify audit logs or bypass necessary approvals.",{"header":39,"content":40},"What compliance features do enterprise CI/CD platforms provide for insurance companies?","Enterprise platforms include comprehensive policy engines with role-based access control mapping to organizational structures, complete audit trails showing who did what and why with approval documentation, automatic retention of build artifacts and security scan results, and change window enforcement that blocks deployments during freeze periods.",{"header":42,"content":43},"How does storing deployment configurations in Git benefit insurance audits?","When deployment configurations live in Git, every change is tracked with complete version history, making audits straightforward. Instead of scrambling through logs when auditors ask about system states on specific dates, teams can check Git project history for simple, verifiable, and impossible-to-argue-with documentation of exactly what was running when.","content:en-us:the-source:security:speed-and-control-gitops-for-insurance-leaders.yml","yaml","Speed And Control Gitops For Insurance Leaders","content","en-us/the-source/security/speed-and-control-gitops-for-insurance-leaders.yml","en-us/the-source/security/speed-and-control-gitops-for-insurance-leaders","yml",{"_path":52,"_dir":53,"_draft":6,"_partial":6,"_locale":7,"data":54,"_id":354,"_type":45,"title":355,"_source":47,"_file":356,"_stem":357,"_extension":50},"/shared/en-us/main-footer","en-us",{"text":55,"source":56,"edit":62,"contribute":67,"config":72,"items":77,"minimal":346},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":57,"config":58},"View page source",{"href":59,"dataGaName":60,"dataGaLocation":61},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":63,"config":64},"Edit this page",{"href":65,"dataGaName":66,"dataGaLocation":61},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":68,"config":69},"Please contribute",{"href":70,"dataGaName":71,"dataGaLocation":61},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":73,"facebook":74,"youtube":75,"linkedin":76},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[78,105,177,245,307],{"title":79,"links":80,"subMenu":86},"Platform",[81],{"text":82,"config":83},"DevSecOps platform",{"href":84,"dataGaName":85,"dataGaLocation":61},"/platform/","devsecops platform",[87],{"title":88,"links":89},"Pricing",[90,95,100],{"text":91,"config":92},"View plans",{"href":93,"dataGaName":94,"dataGaLocation":61},"/pricing/","view plans",{"text":96,"config":97},"Why Premium?",{"href":98,"dataGaName":99,"dataGaLocation":61},"/pricing/premium/","why premium",{"text":101,"config":102},"Why Ultimate?",{"href":103,"dataGaName":104,"dataGaLocation":61},"/pricing/ultimate/","why ultimate",{"title":106,"links":107},"Solutions",[108,113,117,122,127,132,137,142,147,152,157,162,167,172],{"text":109,"config":110},"Digital transformation",{"href":111,"dataGaName":112,"dataGaLocation":61},"/topics/digital-transformation/","digital transformation",{"text":114,"config":115},"Application Security Testing",{"href":116,"dataGaName":114,"dataGaLocation":61},"/solutions/application-security-testing/",{"text":118,"config":119},"Automated software delivery",{"href":120,"dataGaName":121,"dataGaLocation":61},"/solutions/delivery-automation/","automated software delivery",{"text":123,"config":124},"Agile development",{"href":125,"dataGaName":126,"dataGaLocation":61},"/solutions/agile-delivery/","agile delivery",{"text":128,"config":129},"Cloud transformation",{"href":130,"dataGaName":131,"dataGaLocation":61},"/topics/cloud-native/","cloud transformation",{"text":133,"config":134},"SCM",{"href":135,"dataGaName":136,"dataGaLocation":61},"/solutions/source-code-management/","source code management",{"text":138,"config":139},"CI/CD",{"href":140,"dataGaName":141,"dataGaLocation":61},"/solutions/continuous-integration/","continuous integration & delivery",{"text":143,"config":144},"Value stream management",{"href":145,"dataGaName":146,"dataGaLocation":61},"/solutions/value-stream-management/","value stream management",{"text":148,"config":149},"GitOps",{"href":150,"dataGaName":151,"dataGaLocation":61},"/solutions/gitops/","gitops",{"text":153,"config":154},"Enterprise",{"href":155,"dataGaName":156,"dataGaLocation":61},"/enterprise/","enterprise",{"text":158,"config":159},"Small business",{"href":160,"dataGaName":161,"dataGaLocation":61},"/small-business/","small business",{"text":163,"config":164},"Public sector",{"href":165,"dataGaName":166,"dataGaLocation":61},"/solutions/public-sector/","public sector",{"text":168,"config":169},"Education",{"href":170,"dataGaName":171,"dataGaLocation":61},"/solutions/education/","education",{"text":173,"config":174},"Financial services",{"href":175,"dataGaName":176,"dataGaLocation":61},"/solutions/finance/","financial services",{"title":178,"links":179},"Resources",[180,185,190,195,200,205,210,215,220,225,230,235,240],{"text":181,"config":182},"Install",{"href":183,"dataGaName":184,"dataGaLocation":61},"/install/","install",{"text":186,"config":187},"Quick start guides",{"href":188,"dataGaName":189,"dataGaLocation":61},"/get-started/","quick setup checklists",{"text":191,"config":192},"Learn",{"href":193,"dataGaName":194,"dataGaLocation":61},"https://university.gitlab.com/","learn",{"text":196,"config":197},"Product documentation",{"href":198,"dataGaName":199,"dataGaLocation":61},"https://docs.gitlab.com/","docs",{"text":201,"config":202},"Blog",{"href":203,"dataGaName":204,"dataGaLocation":61},"/blog/","blog",{"text":206,"config":207},"Customer success stories",{"href":208,"dataGaName":209,"dataGaLocation":61},"/customers/","customer success stories",{"text":211,"config":212},"Remote",{"href":213,"dataGaName":214,"dataGaLocation":61},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":216,"config":217},"GitLab Services",{"href":218,"dataGaName":219,"dataGaLocation":61},"/services/","services",{"text":221,"config":222},"TeamOps",{"href":223,"dataGaName":224,"dataGaLocation":61},"/teamops/","teamops",{"text":226,"config":227},"Community",{"href":228,"dataGaName":229,"dataGaLocation":61},"/community/","community",{"text":231,"config":232},"Forum",{"href":233,"dataGaName":234,"dataGaLocation":61},"https://forum.gitlab.com/","forum",{"text":236,"config":237},"Events",{"href":238,"dataGaName":239,"dataGaLocation":61},"/events/","events",{"text":241,"config":242},"Partners",{"href":243,"dataGaName":244,"dataGaLocation":61},"/partners/","partners",{"title":246,"links":247},"Company",[248,253,258,263,268,273,278,282,287,292,297,302],{"text":249,"config":250},"About",{"href":251,"dataGaName":252,"dataGaLocation":61},"/company/","company",{"text":254,"config":255},"Jobs",{"href":256,"dataGaName":257,"dataGaLocation":61},"/jobs/","jobs",{"text":259,"config":260},"Leadership",{"href":261,"dataGaName":262,"dataGaLocation":61},"/company/team/e-group/","leadership",{"text":264,"config":265},"Team",{"href":266,"dataGaName":267,"dataGaLocation":61},"/company/team/","team",{"text":269,"config":270},"Handbook",{"href":271,"dataGaName":272,"dataGaLocation":61},"https://handbook.gitlab.com/","handbook",{"text":274,"config":275},"Investor relations",{"href":276,"dataGaName":277,"dataGaLocation":61},"https://ir.gitlab.com/","investor relations",{"text":279,"config":280},"Sustainability",{"href":281,"dataGaName":279,"dataGaLocation":61},"/sustainability/",{"text":283,"config":284},"Diversity, inclusion and belonging (DIB)",{"href":285,"dataGaName":286,"dataGaLocation":61},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":288,"config":289},"Trust Center",{"href":290,"dataGaName":291,"dataGaLocation":61},"/security/","trust center",{"text":293,"config":294},"Newsletter",{"href":295,"dataGaName":296,"dataGaLocation":61},"/company/contact/","newsletter",{"text":298,"config":299},"Press",{"href":300,"dataGaName":301,"dataGaLocation":61},"/press/","press",{"text":303,"config":304},"Modern Slavery Transparency Statement",{"href":305,"dataGaName":306,"dataGaLocation":61},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":308,"links":309},"Contact Us",[310,315,320,325,330,335,340],{"text":311,"config":312},"Contact an expert",{"href":313,"dataGaName":314,"dataGaLocation":61},"/sales/","sales",{"text":316,"config":317},"Get help",{"href":318,"dataGaName":319,"dataGaLocation":61},"/support/","get help",{"text":321,"config":322},"Customer portal",{"href":323,"dataGaName":324,"dataGaLocation":61},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":326,"config":327},"Status",{"href":328,"dataGaName":329,"dataGaLocation":61},"https://status.gitlab.com/","status",{"text":331,"config":332},"Terms of use",{"href":333,"dataGaName":334,"dataGaLocation":61},"/terms/","terms of use",{"text":336,"config":337},"Privacy statement",{"href":338,"dataGaName":339,"dataGaLocation":61},"/privacy/","privacy statement",{"text":341,"config":342},"Cookie preferences",{"dataGaName":343,"dataGaLocation":61,"id":344,"isOneTrustButton":345},"cookie preferences","ot-sdk-btn",true,{"items":347},[348,350,352],{"text":331,"config":349},{"href":333,"dataGaName":334,"dataGaLocation":61},{"text":336,"config":351},{"href":338,"dataGaName":339,"dataGaLocation":61},{"text":341,"config":353},{"dataGaName":343,"dataGaLocation":61,"id":344,"isOneTrustButton":345},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",{"_path":359,"_dir":360,"_draft":6,"_partial":6,"_locale":7,"visibility":345,"id":361,"title":362,"button":363,"_id":367,"_type":45,"_source":47,"_file":368,"_stem":369,"_extension":50},"/shared/en-us/the-source/banner/the-economics-of-software-innovation-2025-08-18","banner","The Economics of Software Innovation","The Economics of Software Innovation—AI’s $750 Billion Opportunity",{"config":364,"text":366},{"href":365},"/software-innovation-report/","Get the research report","content:shared:en-us:the-source:banner:the-economics-of-software-innovation-2025-08-18.yml","shared/en-us/the-source/banner/the-economics-of-software-innovation-2025-08-18.yml","shared/en-us/the-source/banner/the-economics-of-software-innovation-2025-08-18",{"_path":371,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"logo":372,"subscribeLink":377,"navItems":381,"_id":394,"_type":45,"title":395,"_source":47,"_file":396,"_stem":397,"_extension":50},"/shared/en-us/the-source/navigation",{"altText":373,"config":374},"the source logo",{"src":375,"href":376},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/the-source/",{"text":378,"config":379},"Subscribe",{"href":380},"#subscribe",[382,386,390],{"text":383,"config":384},"Artificial Intelligence",{"href":385},"/the-source/ai/",{"text":387,"config":388},"Security & Compliance",{"href":389},"/the-source/security/",{"text":391,"config":392},"Platform & Infrastructure",{"href":393},"/the-source/platform/","content:shared:en-us:the-source:navigation.yml","Navigation","shared/en-us/the-source/navigation.yml","shared/en-us/the-source/navigation",{"_path":399,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"title":400,"description":401,"submitMessage":402,"formData":403,"_id":406,"_type":45,"_source":47,"_file":407,"_stem":408,"_extension":50},"/shared/en-us/the-source/newsletter","The Source Newsletter","Stay updated with insights for the future of software development.","You have successfully signed up for The Source’s newsletter.",{"config":404},{"formId":405,"formName":296,"hideRequiredLabel":345},1077,"content:shared:en-us:the-source:newsletter.yml","shared/en-us/the-source/newsletter.yml","shared/en-us/the-source/newsletter",{"categoryNames":410},{"ai":383,"platform":391,"security":387},{"_path":412,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"type":413,"config":414,"seo":415,"content":418,"slug":5,"_id":432,"_type":45,"title":7,"_source":47,"_file":433,"_stem":434,"_extension":50},"/en-us/the-source/security","category",{"layout":11},{"title":387,"description":416,"ogImage":417},"Get up to speed on how organizations can ensure they're staying on top of evolving security threats and compliance requirements.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463273/aplkxrvwpii26xao5yhi.png",[419,424],{"componentName":420,"type":420,"componentContent":421},"TheSourceCategoryHero",{"title":387,"description":416,"image":422},{"config":423},{"src":417},{"componentName":425,"type":425,"componentContent":426},"TheSourceCategoryMainSection",{"config":427},{"sourceCTAs":428},[429,430,431],"source-lp-guide-to-dynamic-sboms","source-lp-devsecops-the-key-to-modern-security-resilience","application-security-in-the-digital-age","content:en-us:the-source:security:index.yml","en-us/the-source/security/index.yml","en-us/the-source/security/index",{"_path":436,"_dir":437,"_draft":6,"_partial":6,"_locale":7,"config":438,"title":439,"description":440,"link":441,"_id":445,"_type":45,"_source":47,"_file":446,"_stem":447,"_extension":50},"/shared/en-us/the-source/source-lp-ctas/beginners-guide-to-gitops","source-lp-ctas",{"slug":14},"The beginner's guide to GitOps","Learn about the infrastructure automation process of GitOps and how it offers an end-to-end solution for designing, changing, and deploying infrastructure.",{"text":442,"config":443},"Read the guide",{"href":444},"https://learn.gitlab.com/guide-gitops-finserv/beginner-guide-gitops","content:shared:en-us:the-source:source-lp-ctas:beginners-guide-to-gitops.yml","shared/en-us/the-source/source-lp-ctas/beginners-guide-to-gitops.yml","shared/en-us/the-source/source-lp-ctas/beginners-guide-to-gitops",{"_path":412,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"type":413,"config":449,"seo":450,"content":451,"slug":5,"_id":432,"_type":45,"title":7,"_source":47,"_file":433,"_stem":434,"_extension":50},{"layout":11},{"title":387,"description":416,"ogImage":417},[452,456],{"componentName":420,"type":420,"componentContent":453},{"title":387,"description":416,"image":454},{"config":455},{"src":417},{"componentName":425,"type":425,"componentContent":457},{"config":458},{"sourceCTAs":459},[429,430,431],[461,475,488],{"_path":462,"_dir":437,"_draft":6,"_partial":6,"_locale":7,"config":463,"title":464,"description":465,"link":466,"_id":472,"_type":45,"_source":47,"_file":473,"_stem":474,"_extension":50},"/shared/en-us/the-source/source-lp-ctas/application-security-in-the-digital-age",{"slug":431},"Application security in the digital age","Read our survey findings from more than 5,000 DevSecOps professionals worldwide for insights on how organizations are grappling with increasing attack surfaces and changing attitudes towards security and AI.",{"text":467,"config":468},"Read the report",{"href":469,"dataGaName":470,"dataGaLocation":471},"/developer-survey/2024/security-compliance","Application Security in the Digital Age","thesource","content:shared:en-us:the-source:source-lp-ctas:application-security-in-the-digital-age.yml","shared/en-us/the-source/source-lp-ctas/application-security-in-the-digital-age.yml","shared/en-us/the-source/source-lp-ctas/application-security-in-the-digital-age",{"_path":476,"_dir":437,"_draft":6,"_partial":6,"_locale":7,"config":477,"title":478,"description":479,"link":480,"_id":485,"_type":45,"_source":47,"_file":486,"_stem":487,"_extension":50},"/shared/en-us/the-source/source-lp-ctas/source-lp-devsecops-the-key-to-modern-security-resilience",{"slug":430},"DevSecOps: The key to modern security resilience","Learn how embedding security in development can slash incident response time by 720x and save millions in security costs annually.",{"text":481,"config":482},"Download the guide",{"href":483,"dataGaName":484,"dataGaLocation":471},"/the-source/security/devsecops-the-key-to-modern-security-resilience/","DevSecOps the key to modern security resilience","content:shared:en-us:the-source:source-lp-ctas:source-lp-devsecops-the-key-to-modern-security-resilience.yml","shared/en-us/the-source/source-lp-ctas/source-lp-devsecops-the-key-to-modern-security-resilience.yml","shared/en-us/the-source/source-lp-ctas/source-lp-devsecops-the-key-to-modern-security-resilience",{"_path":489,"_dir":437,"_draft":6,"_partial":6,"_locale":7,"config":490,"title":491,"description":492,"link":493,"_id":497,"_type":45,"_source":47,"_file":498,"_stem":499,"_extension":50},"/shared/en-us/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms",{"slug":429},"Guide to dynamic SBOMs: An integral element of modern software development","Learn how to gain visibility into previously unidentified organizational risks with a software bill of materials (SBOM).",{"text":442,"config":494},{"href":495,"dataGaName":496,"dataGaLocation":471},"/the-source/security/guide-to-dynamic-sboms/","Guide to Dynamic SBOMs","content:shared:en-us:the-source:source-lp-ctas:source-lp-guide-to-dynamic-sboms.yml","shared/en-us/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms.yml","shared/en-us/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms",[501,526,542,560,576,596,617,639,655,674,696,714,735,751,770,787,805,825,843,860,879,900,921,937,953,973,991,1012,1030,1049,1065,1086],{"_path":502,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":504,"seo":505,"content":507,"type":521,"slug":522,"_id":523,"_type":45,"title":506,"_source":47,"_file":524,"_stem":525,"_extension":50},"/en-us/the-source/authors/amanda-rueda","authors",{"layout":11},{"title":506},"Amanda Rueda",[508,519],{"type":509,"componentName":509,"componentContent":510},"TheSourceAuthorHero",{"config":511,"name":506,"role":514,"bio":515,"headshot":516},{"gitlabHandle":512,"linkedInProfileUrl":513},"amandarueda","https://www.linkedin.com/in/amandamrueda/","Senior Product Manager","Amanda Rueda is a Senior Product Manager at GitLab, specializing in strategic product vision, agile planning, and leveraging AI to enhance workflows and user experiences. Amanda is a thought leader in agile planning and product management workflows, and enjoys building GitLab features that drive team collaboration, transparent project management, and high-performing teams.",{"altText":506,"config":517},{"src":518},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":520,"type":520},"TheSourceArticlesList","author","amanda-rueda","content:en-us:the-source:authors:amanda-rueda.yml","en-us/the-source/authors/amanda-rueda.yml","en-us/the-source/authors/amanda-rueda",{"_path":527,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":528,"seo":529,"content":531,"type":521,"slug":538,"_id":539,"_type":45,"title":530,"_source":47,"_file":540,"_stem":541,"_extension":50},"/en-us/the-source/authors/andre-michael-braun",{"layout":11},{"title":530},"Andre Michael Braun",[532,537],{"type":509,"componentName":509,"componentContent":533},{"name":530,"headshot":534},{"altText":530,"config":535},{"src":536},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":520,"type":520},"andre-michael-braun","content:en-us:the-source:authors:andre-michael-braun.yml","en-us/the-source/authors/andre-michael-braun.yml","en-us/the-source/authors/andre-michael-braun",{"_path":543,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":544,"seo":545,"content":547,"type":521,"slug":556,"_id":557,"_type":45,"title":546,"_source":47,"_file":558,"_stem":559,"_extension":50},"/en-us/the-source/authors/andrew-haschka",{"layout":11},{"title":546},"Andrew Haschka",[548,555],{"type":509,"componentName":509,"componentContent":549},{"name":546,"role":550,"bio":551,"headshot":552},"Field CTO, Asia Pacific & Japan","Andrew Haschka is the CTO for Asia Pacific & Japan at GitLab, acting as the trusted advisor to GitLab partners and customers. Andrew takes a consultative approach to address common and unique business requirements. He provides subject matter expertise and industry experience throughout the customer’s modernisation journey, working with product management and engineering teams to evolve product features to meet market demand.",{"altText":546,"config":553},{"src":554},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":520,"type":520},"andrew-haschka","content:en-us:the-source:authors:andrew-haschka.yml","en-us/the-source/authors/andrew-haschka.yml","en-us/the-source/authors/andrew-haschka",{"_path":561,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":562,"seo":563,"content":565,"type":521,"slug":572,"_id":573,"_type":45,"title":564,"_source":47,"_file":574,"_stem":575,"_extension":50},"/en-us/the-source/authors/ayoub-fandi",{"layout":11},{"title":564},"Ayoub Fandi",[566,571],{"componentName":509,"type":509,"componentContent":567},{"name":564,"headshot":568},{"altText":564,"config":569},{"src":570},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":520,"type":520},"ayoub-fandi","content:en-us:the-source:authors:ayoub-fandi.yml","en-us/the-source/authors/ayoub-fandi.yml","en-us/the-source/authors/ayoub-fandi",{"_path":577,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":578,"seo":579,"content":581,"type":521,"slug":592,"_id":593,"_type":45,"title":580,"_source":47,"_file":594,"_stem":595,"_extension":50},"/en-us/the-source/authors/bob-stevens",{"layout":11},{"title":580},"Bob Stevens",[582,591],{"componentName":509,"type":509,"componentContent":583},{"config":584,"name":580,"role":587,"headshot":588},{"gitlabHandle":585,"linkedInProfileUrl":586},"bstevens1","https://www.linkedin.com/in/bob-stevens-1237564/","Public Sector Area Vice President, GitLab",{"altText":580,"config":589},{"src":590},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1752687939/mv3lhtimdzr8jmfqmbk1.jpg",{"componentName":520,"type":520},"bob-stevens","content:en-us:the-source:authors:bob-stevens.yml","en-us/the-source/authors/bob-stevens.yml","en-us/the-source/authors/bob-stevens",{"_path":597,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":598,"seo":599,"content":601,"type":521,"slug":613,"_id":614,"_type":45,"title":600,"_source":47,"_file":615,"_stem":616,"_extension":50},"/en-us/the-source/authors/brian-wald",{"layout":11},{"title":600},"Brian Wald",[602,612],{"componentName":509,"type":509,"componentContent":603},{"config":604,"name":600,"role":607,"bio":608,"headshot":609},{"gitlabHandle":605,"linkedInProfileUrl":606},"brianwald","https://www.linkedin.com/in/brianwald/","Head of Global Field CTO org","Brian Wald is Head of Global Field CTO org at GitLab. He leads a dynamic team of Field CTOs dedicated to transforming enterprise software development practices.",{"altText":600,"config":610},{"src":611},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":520,"type":520},"brian-wald","content:en-us:the-source:authors:brian-wald.yml","en-us/the-source/authors/brian-wald.yml","en-us/the-source/authors/brian-wald",{"_path":618,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":619,"seo":620,"content":622,"type":521,"slug":635,"_id":636,"_type":45,"title":621,"_source":47,"_file":637,"_stem":638,"_extension":50},"/en-us/the-source/authors/bryan-ross",{"layout":11},{"title":621},"Bryan Ross",[623,634],{"componentName":509,"type":509,"componentContent":624},{"config":625,"name":621,"role":629,"bio":630,"headshot":631},{"gitlabHandle":626,"twitterXProfileUrl":627,"linkedInProfileUrl":628},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross","Field CTO","With over 15 years of industry experience as a senior IT leader, Bryan helps customers realize business value from IT faster. Equally comfortable speaking with executives and engineers alike, he bridges the gap between technical and business stakeholders through compelling storytelling and real-world examples. With a knack for delivering authentic, impactful messages, he enjoys helping others at the intersection of technology, people and process.",{"altText":621,"config":632},{"src":633},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":520,"type":520},"bryan-ross","content:en-us:the-source:authors:bryan-ross.yml","en-us/the-source/authors/bryan-ross.yml","en-us/the-source/authors/bryan-ross",{"_path":640,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":641,"seo":642,"content":644,"type":521,"slug":651,"_id":652,"_type":45,"title":643,"_source":47,"_file":653,"_stem":654,"_extension":50},"/en-us/the-source/authors/chandler-gibbons",{"layout":11},{"title":643},"Chandler Gibbons",[645,650],{"componentName":509,"type":509,"componentContent":646},{"name":643,"headshot":647},{"altText":643,"config":648},{"src":649},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":520,"type":520},"chandler-gibbons","content:en-us:the-source:authors:chandler-gibbons.yml","en-us/the-source/authors/chandler-gibbons.yml","en-us/the-source/authors/chandler-gibbons",{"_path":656,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":657,"seo":658,"content":660,"type":521,"slug":670,"_id":671,"_type":45,"title":659,"_source":47,"_file":672,"_stem":673,"_extension":50},"/en-us/the-source/authors/dave-steer",{"layout":11},{"title":659},"Dave Steer",[661,669],{"componentName":509,"type":509,"componentContent":662},{"config":663,"name":659,"role":665,"headshot":666},{"gitlabHandle":664},"dsteer","Vice President, Product Marketing",{"altText":659,"config":667},{"src":668},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":520,"type":520},"dave-steer","content:en-us:the-source:authors:dave-steer.yml","en-us/the-source/authors/dave-steer.yml","en-us/the-source/authors/dave-steer",{"_path":675,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":676,"seo":677,"content":679,"type":521,"slug":691,"_id":692,"_type":45,"title":693,"_source":47,"_file":694,"_stem":695,"_extension":50},"/en-us/the-source/authors/ddesanto",{"layout":11},{"title":678},"David DeSanto",[680,690],{"componentName":509,"type":509,"componentContent":681},{"config":682,"name":678,"role":685,"bio":686,"headshot":687},{"gitlabHandle":683,"linkedInProfileUrl":684},"david","https://www.linkedin.com/in/ddesanto/","Chief Product Officer","David DeSanto is the Chief Product Officer at GitLab Inc., where he leads GitLab’s product division to define and execute GitLab's product vision and roadmap. David is responsible for ensuring the company builds, ships, and supports the platform that reinforces GitLab's leadership in the DevSecOps platform market.",{"altText":678,"config":688},{"src":689},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":520,"type":520},"ddesanto","content:en-us:the-source:authors:ddesanto.yml","Ddesanto","en-us/the-source/authors/ddesanto.yml","en-us/the-source/authors/ddesanto",{"_path":697,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":698,"seo":699,"content":701,"type":521,"slug":709,"_id":710,"_type":45,"title":711,"_source":47,"_file":712,"_stem":713,"_extension":50},"/en-us/the-source/authors/derek-debellis",{"layout":11},{"title":700},"Derek DeBellis",[702,708],{"componentName":509,"type":509,"componentContent":703},{"name":700,"role":704,"headshot":705},"Lead Researcher, Google's DORA team ",{"altText":700,"config":706},{"src":707},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":520,"type":520},"derek-debellis","content:en-us:the-source:authors:derek-debellis.yml","Derek Debellis","en-us/the-source/authors/derek-debellis.yml","en-us/the-source/authors/derek-debellis",{"_path":715,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":716,"seo":717,"content":719,"type":521,"slug":731,"_id":732,"_type":45,"title":718,"_source":47,"_file":733,"_stem":734,"_extension":50},"/en-us/the-source/authors/emilio-salvador",{"layout":11},{"title":718},"Emilio Salvador",[720,730],{"componentName":509,"type":509,"componentContent":721},{"config":722,"name":718,"role":725,"bio":726,"headshot":727},{"gitlabHandle":723,"linkedInProfileUrl":724},"esalvadorp","https://www.linkedin.com/in/emiliosp/","Vice President, Strategy and Developer Relations","Emilio Salvador is vice president of strategy and developer relations at GitLab. A technology executive with more than 20 years of experience, Emilio has held roles at Amazon and Microsoft, and most recently led strategy and operations for the Developer Advocacy and Experience team at Google. He holds an MBA from MIT Sloan School of Management.",{"altText":718,"config":728},{"src":729},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":520,"type":520},"emilio-salvador","content:en-us:the-source:authors:emilio-salvador.yml","en-us/the-source/authors/emilio-salvador.yml","en-us/the-source/authors/emilio-salvador",{"_path":736,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":737,"seo":738,"content":740,"type":521,"slug":747,"_id":748,"_type":45,"title":739,"_source":47,"_file":749,"_stem":750,"_extension":50},"/en-us/the-source/authors/erika-feldman",{"layout":11},{"title":739},"Erika Feldman",[741,746],{"componentName":509,"type":509,"componentContent":742},{"name":739,"headshot":743},{"altText":739,"config":744},{"src":745},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":520,"type":520},"erika-feldman","content:en-us:the-source:authors:erika-feldman.yml","en-us/the-source/authors/erika-feldman.yml","en-us/the-source/authors/erika-feldman",{"_path":752,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":753,"seo":754,"content":756,"type":521,"slug":766,"_id":767,"_type":45,"title":755,"_source":47,"_file":768,"_stem":769,"_extension":50},"/en-us/the-source/authors/george-kichukov",{"layout":11},{"title":755},"George Kichukov",[757,765],{"componentName":509,"type":509,"componentContent":758},{"config":759,"name":755,"role":629,"bio":761,"headshot":762},{"gitlabHandle":760},"gkichukov","George Kichukov brings over two decades of expertise in software development, enterprise architecture, and technology leadership to his role as Financial Services Field CTO for GitLab. His career began in the startup ecosystem, where he spent five years developing name-matching technologies deployed across government, defense, and financial services. George transitioned into solution architecture, where he guided financial institutions in modernizing their application development practices. Prior to GitLab, George spent 12 years at a large financial services organization leading developer services, application security programs and DevOps infrastructure automation platforms. In his current role at GitLab, George partners with financial services organizations, helping them achieve their strategic objectives in DevOps, DevSecOps, Developer Experience, SDLC compliance, and using AI across software development.",{"altText":755,"config":763},{"src":764},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":520,"type":520},"george-kichukov","content:en-us:the-source:authors:george-kichukov.yml","en-us/the-source/authors/george-kichukov.yml","en-us/the-source/authors/george-kichukov",{"_path":771,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":772,"seo":773,"content":775,"type":521,"slug":782,"_id":783,"_type":45,"title":784,"_source":47,"_file":785,"_stem":786,"_extension":50},"/en-us/the-source/authors/gitlab",{"layout":11},{"title":774},"GitLab",[776,781],{"componentName":509,"type":509,"componentContent":777},{"name":774,"headshot":778},{"altText":774,"config":779},{"src":780},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":520,"type":520},"gitlab","content:en-us:the-source:authors:gitlab.yml","Gitlab","en-us/the-source/authors/gitlab.yml","en-us/the-source/authors/gitlab",{"_path":788,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":789,"seo":790,"content":792,"type":521,"slug":801,"_id":802,"_type":45,"title":791,"_source":47,"_file":803,"_stem":804,"_extension":50},"/en-us/the-source/authors/grant-hickman",{"layout":11},{"title":791},"Grant Hickman",[793,800],{"componentName":509,"type":509,"componentContent":794},{"config":795,"name":791,"headshot":797},{"gitlabHandle":796},"g.hickman",{"altText":791,"config":798},{"src":799},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":520,"type":520},"grant-hickman","content:en-us:the-source:authors:grant-hickman.yml","en-us/the-source/authors/grant-hickman.yml","en-us/the-source/authors/grant-hickman",{"_path":806,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":807,"seo":808,"content":810,"type":521,"slug":821,"_id":822,"_type":45,"title":809,"_source":47,"_file":823,"_stem":824,"_extension":50},"/en-us/the-source/authors/haim-snir",{"layout":11},{"title":809},"Haim Snir",[811,820],{"componentName":509,"type":509,"componentContent":812},{"config":813,"name":809,"role":816,"headshot":817},{"gitlabHandle":814,"linkedInProfileUrl":815},"hsnir1","https://www.linkedin.com/in/haimsnir/","Senior Product Manager, Dev & Analytics, GitLab",{"altText":809,"config":818},{"src":819},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":520,"type":520},"haim-snir","content:en-us:the-source:authors:haim-snir.yml","en-us/the-source/authors/haim-snir.yml","en-us/the-source/authors/haim-snir",{"_path":826,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":827,"seo":828,"content":830,"type":521,"slug":834,"_id":839,"_type":45,"title":840,"_source":47,"_file":841,"_stem":842,"_extension":50},"/en-us/the-source/authors/iganbaruch",{"layout":11},{"title":829},"Itzik Gan Baruch",[831,838],{"componentName":509,"type":509,"componentContent":832},{"config":833,"name":829,"headshot":835},{"gitlabHandle":834},"iganbaruch",{"altText":829,"config":836},{"src":837},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":520,"type":520},"content:en-us:the-source:authors:iganbaruch.yml","Iganbaruch","en-us/the-source/authors/iganbaruch.yml","en-us/the-source/authors/iganbaruch",{"_path":844,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"type":521,"slug":13,"config":845,"seo":846,"content":849,"_id":857,"_type":45,"title":848,"_source":47,"_file":858,"_stem":859,"_extension":50},"/en-us/the-source/authors/jason-morgan",{"layout":11},{"config":847,"title":848},{"noIndex":6},"Jason Morgan",[850,856],{"type":509,"componentName":509,"componentContent":851},{"name":848,"role":852,"headshot":853},"Staff Solutions Architect",{"altText":848,"config":854},{"src":855},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758808571/n1inburdbemlmpcg9atj.jpg",{"type":520,"componentName":520},"content:en-us:the-source:authors:jason-morgan.yml","en-us/the-source/authors/jason-morgan.yml","en-us/the-source/authors/jason-morgan",{"_path":861,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":862,"seo":863,"content":865,"type":521,"slug":874,"_id":875,"_type":45,"title":876,"_source":47,"_file":877,"_stem":878,"_extension":50},"/en-us/the-source/authors/jlongo",{"layout":11},{"title":864},"Joseph Longo",[866,873],{"componentName":509,"type":509,"componentContent":867},{"config":868,"name":864,"headshot":870},{"gitlabHandle":869},"jlongo_gitlab",{"altText":864,"config":871},{"src":872},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":520,"type":520},"jlongo","content:en-us:the-source:authors:jlongo.yml","Jlongo","en-us/the-source/authors/jlongo.yml","en-us/the-source/authors/jlongo",{"_path":880,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":881,"seo":882,"content":884,"type":521,"slug":896,"_id":897,"_type":45,"title":883,"_source":47,"_file":898,"_stem":899,"_extension":50},"/en-us/the-source/authors/joel-krooswyk",{"layout":11},{"title":883},"Joel Krooswyk",[885,895],{"componentName":509,"type":509,"componentContent":886},{"config":887,"name":883,"role":890,"bio":891,"headshot":892},{"gitlabHandle":888,"linkedInProfileUrl":889},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","Federal CTO","Joel Krooswyk is the Federal CTO at GitLab. Joel has actively been involved in GitLab’s growth since 2017. His 25 years of leadership experience span not only the U.S. Public Sector, but also small, mid-market, and enterprise businesses globally. Joel combines deep government policy expertise with a wealth of experience in technology, software development, AI, and cybersecurity. He is frequently called upon by industry and agencies alike for policy commentary and response.",{"altText":883,"config":893},{"src":894},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":520,"type":520},"joel-krooswyk","content:en-us:the-source:authors:joel-krooswyk.yml","en-us/the-source/authors/joel-krooswyk.yml","en-us/the-source/authors/joel-krooswyk",{"_path":901,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":902,"seo":903,"content":905,"type":521,"slug":917,"_id":918,"_type":45,"title":904,"_source":47,"_file":919,"_stem":920,"_extension":50},"/en-us/the-source/authors/josh-lemos",{"layout":11},{"title":904},"Josh Lemos",[906,916],{"componentName":509,"type":509,"componentContent":907},{"config":908,"name":904,"role":911,"bio":912,"headshot":913},{"gitlabHandle":909,"linkedInProfileUrl":910},"joshlemos","https://www.linkedin.com/in/joshlemos/","Chief Information Security Officer","Josh Lemos is the Chief Information Security Officer at GitLab Inc., where he brings 20 years of experience leading information security teams to his role. He is responsible for establishing and maintaining the enterprise vision, strategy, and program to ensure information assets and technologies are adequately protected, fortifying the Gitlab DevSecOps platform and ensuring the highest level of security for customers.",{"altText":904,"config":914},{"src":915},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":520,"type":520},"josh-lemos","content:en-us:the-source:authors:josh-lemos.yml","en-us/the-source/authors/josh-lemos.yml","en-us/the-source/authors/josh-lemos",{"_path":922,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":923,"seo":924,"content":926,"type":521,"slug":933,"_id":934,"_type":45,"title":925,"_source":47,"_file":935,"_stem":936,"_extension":50},"/en-us/the-source/authors/julie-griffin",{"layout":11},{"title":925},"Julie Griffin",[927,932],{"componentName":509,"type":509,"componentContent":928},{"name":925,"headshot":929},{"altText":925,"config":930},{"src":931},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":520,"type":520},"julie-griffin","content:en-us:the-source:authors:julie-griffin.yml","en-us/the-source/authors/julie-griffin.yml","en-us/the-source/authors/julie-griffin",{"_path":938,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":939,"seo":940,"content":942,"type":521,"slug":949,"_id":950,"_type":45,"title":941,"_source":47,"_file":951,"_stem":952,"_extension":50},"/en-us/the-source/authors/kristina-weis",{"layout":11},{"title":941},"Kristina Weis",[943,948],{"componentName":509,"type":509,"componentContent":944},{"name":941,"headshot":945},{"altText":941,"config":946},{"src":947},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":520,"type":520},"kristina-weis","content:en-us:the-source:authors:kristina-weis.yml","en-us/the-source/authors/kristina-weis.yml","en-us/the-source/authors/kristina-weis",{"_path":954,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":955,"seo":956,"content":958,"type":521,"slug":969,"_id":970,"_type":45,"title":957,"_source":47,"_file":971,"_stem":972,"_extension":50},"/en-us/the-source/authors/lee-faus",{"layout":11},{"title":957},"Lee Faus",[959,968],{"componentName":509,"type":509,"componentContent":960},{"config":961,"name":957,"role":963,"bio":964,"headshot":965},{"gitlabHandle":962},"lfaus","Global Field CTO","Lee Faus is a Global Field CTO at GitLab. Lee has been a software architect, teacher, professor, and educator for over 25 years. He leverages his experience as an educator to bring complex technology concepts into a business forum where executives gain valuable advice to positively impact their business.",{"altText":957,"config":966},{"src":967},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":520,"type":520},"lee-faus","content:en-us:the-source:authors:lee-faus.yml","en-us/the-source/authors/lee-faus.yml","en-us/the-source/authors/lee-faus",{"_path":974,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":975,"seo":976,"content":978,"type":521,"slug":982,"_id":987,"_type":45,"title":988,"_source":47,"_file":989,"_stem":990,"_extension":50},"/en-us/the-source/authors/ncregan",{"layout":11},{"title":977},"Niall Cregan",[979,986],{"componentName":509,"type":509,"componentContent":980},{"config":981,"name":977,"headshot":983},{"gitlabHandle":982},"ncregan",{"altText":977,"config":984},{"src":985},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":520,"type":520},"content:en-us:the-source:authors:ncregan.yml","Ncregan","en-us/the-source/authors/ncregan.yml","en-us/the-source/authors/ncregan",{"_path":992,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":993,"seo":994,"content":996,"type":521,"slug":1007,"_id":1008,"_type":45,"title":1009,"_source":47,"_file":1010,"_stem":1011,"_extension":50},"/en-us/the-source/authors/rschulman",{"layout":11},{"title":995},"Robin Schulman",[997,1006],{"componentName":509,"type":509,"componentContent":998},{"config":999,"name":995,"role":1001,"bio":1002,"headshot":1003},{"gitlabHandle":1000},"robin","Chief Legal Officer","Robin Schulman is the Chief Legal Officer, Head of Corporate Affairs, and Corporate Secretary of GitLab Inc., the DevSecOps platform.",{"altText":995,"config":1004},{"src":1005},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":520,"type":520},"rschulman","content:en-us:the-source:authors:rschulman.yml","Rschulman","en-us/the-source/authors/rschulman.yml","en-us/the-source/authors/rschulman",{"_path":1013,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":1014,"seo":1015,"content":1017,"type":521,"slug":1026,"_id":1027,"_type":45,"title":1016,"_source":47,"_file":1028,"_stem":1029,"_extension":50},"/en-us/the-source/authors/sabrina-farmer",{"layout":11},{"title":1016},"Sabrina Farmer",[1018,1025],{"componentName":509,"type":509,"componentContent":1019},{"name":1016,"role":1020,"bio":1021,"headshot":1022},"Chief Technology Officer","Sabrina Farmer is the Chief Technology Officer at GitLab, where she leads software engineering, operations, and customer support teams to execute the company's technical vision and strategy and oversee the development and delivery of GitLab's products and services.\n\nPrior to GitLab, Sabrina spent nearly two decades at Google, where she most recently served as vice president of engineering, core infrastructure. During her tenure with Google, she was directly responsible for the reliability, performance, and efficiency of all of Google's billion-user products and infrastructure.\n\nA long-time advocate for women in technology, Farmer earned a B.S. in Computer Science at the University of New Orleans, where she established two scholarships to help level the playing field for inclusion and empowerment in technology.",{"altText":1016,"config":1023},{"src":1024},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":520,"type":520},"sabrina-farmer","content:en-us:the-source:authors:sabrina-farmer.yml","en-us/the-source/authors/sabrina-farmer.yml","en-us/the-source/authors/sabrina-farmer",{"_path":1031,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":1032,"seo":1033,"content":1035,"type":521,"slug":1045,"_id":1046,"_type":45,"title":1034,"_source":47,"_file":1047,"_stem":1048,"_extension":50},"/en-us/the-source/authors/sandra-gittlen",{"layout":11},{"title":1034},"Sandra Gittlen",[1036,1044],{"componentName":509,"type":509,"componentContent":1037},{"config":1038,"name":1034,"role":1040,"headshot":1041},{"gitlabHandle":1039},"sgittlen","Managing Editor, Blog",{"altText":1034,"config":1042},{"src":1043},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":520,"type":520},"sandra-gittlen","content:en-us:the-source:authors:sandra-gittlen.yml","en-us/the-source/authors/sandra-gittlen.yml","en-us/the-source/authors/sandra-gittlen",{"_path":1050,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":1051,"seo":1052,"content":1054,"type":521,"slug":1061,"_id":1062,"_type":45,"title":1053,"_source":47,"_file":1063,"_stem":1064,"_extension":50},"/en-us/the-source/authors/sharon-gaudin",{"layout":11},{"title":1053},"Sharon Gaudin",[1055,1060],{"componentName":509,"type":509,"componentContent":1056},{"name":1053,"headshot":1057},{"altText":1053,"config":1058},{"src":1059},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":520,"type":520},"sharon-gaudin","content:en-us:the-source:authors:sharon-gaudin.yml","en-us/the-source/authors/sharon-gaudin.yml","en-us/the-source/authors/sharon-gaudin",{"_path":1066,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":1067,"seo":1068,"content":1070,"type":521,"slug":1082,"_id":1083,"_type":45,"title":1069,"_source":47,"_file":1084,"_stem":1085,"_extension":50},"/en-us/the-source/authors/stephen-walters",{"layout":11},{"title":1069},"Stephen Walters",[1071,1081],{"componentName":509,"type":509,"componentContent":1072},{"config":1073,"name":1069,"role":1076,"bio":1077,"headshot":1078},{"gitlabHandle":1074,"linkedInProfileUrl":1075},"swalters1","https://www.linkedin.com/in/1stephenwalters/","Field CTO, GitLab","Stephen Walters is Field CTO for GitLab. Stephen has been in the IT industry for over 30 years. He is an extensively experienced subject matter expert in Value Stream Management, DevSecOps, DevOps, ALM, SDLC and IT4IT, with management and consultancy experience across end-to-end IT disciplines. Currently also operating as an Ambassador for the DevOps Institute and an Influencer in the Value Stream Management Consortium, he is interested in all things DevOps. Stephen is a co-author of the Value Stream Reference Architectures white paper and is currently pursuing further research into Value Stream Management, Organizational Architecture and AI.",{"altText":1069,"config":1079},{"src":1080},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463392/g6ktk5qb4vcqc9wqjlf9.jpg",{"componentName":520,"type":520},"stephen-walters","content:en-us:the-source:authors:stephen-walters.yml","en-us/the-source/authors/stephen-walters.yml","en-us/the-source/authors/stephen-walters",{"_path":1087,"_dir":503,"_draft":6,"_partial":6,"_locale":7,"config":1088,"seo":1089,"content":1091,"type":521,"slug":1103,"_id":1104,"_type":45,"title":1105,"_source":47,"_file":1106,"_stem":1107,"_extension":50},"/en-us/the-source/authors/taylor-mccaslin",{"layout":11},{"title":1090},"Taylor McCaslin",[1092,1102],{"componentName":509,"type":509,"componentContent":1093},{"config":1094,"name":1090,"role":1097,"bio":1098,"headshot":1099},{"gitlabHandle":1095,"linkedInProfileUrl":1096},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","Group Manager, Product - Data Science","Taylor McCaslin is the Product Lead for AI/ML at GitLab, where he is responsible for leading the team of product managers who manage the AI Powered and ModelOps stage groups and sets the vision and direction for how to empower GitLab users to leverage data science as part of their DevOps program. Prior to joining GitLab, he held positions at Indeed, Duo Security, and WP Engine.",{"altText":1090,"config":1100},{"src":1101},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":520,"type":520},"taylor-mccaslin","content:en-us:the-source:authors:taylor-mccaslin.yml","Taylor Mccaslin","en-us/the-source/authors/taylor-mccaslin.yml","en-us/the-source/authors/taylor-mccaslin",1759347868992]