[{"data":1,"prerenderedAt":712},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/shift-left-devops":3,"navigation-ja-jp":91,"banner-ja-jp":487,"footer-ja-jp":497,"next-steps-ja-jp":703},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":83,"meta":84,"navigation":85,"path":86,"seo":87,"slug":6,"stem":89,"testContent":6,"type":6,"__hash__":90},"pages/ja-jp/topics/ci-cd/shift-left-devops/index.yml","",null,[8,22,29,45,81],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16,20],{"title":13,"config":14},"Industry topics",{"href":15},"/topics/",{"title":17,"config":18},"CI/CD",{"href":19},"/ja-jp/topics/ci-cd/",{"title":21},"Shift left devops",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":25,"text":26,"config":27},"継続的インテグレーションでシフトレフトする方法","継続的インテグレーション（CI）は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティはプロセスの早い段階でパイプラインに統合でき、組織のシフトレフトに役立ちます。\n",{"id":25,"twoColumns":28},false,{"type":30,"componentName":30,"componentContent":31},"CommonSideNavigationWithTree",{"anchors":32,"components":38},{"text":33,"data":34},"On this page",[35],{"text":25,"config":36},{"href":37},"#how-to-shift-left-with-continuous-integration",[39],{"type":40,"componentName":40,"componentContent":41},"TopicsCopy",{"header":25,"text":42,"config":43},"シフトレフトとは、ソフトウェア開発ライフサイクルの早い段階でテストを移行するアプローチです。コードが本番環境の準備が整った時点でセキュリティ テストが行われると、過去に遡って問題を修正することが難しくなり、すでに迅速な修正ができなくなっていることがよくあります。結果としてハンドオフの遅延、セキュリティ上の問題、さらにはセキュリティ部署と他のDevOpsチームとの間でサイロ化が発生する可能性があります。\n\n組織が[DevSecOps](https://about.gitlab.com/solutions/application-security-testing/)の構造への移行を進めるにあたって、セキュリティテストを開発ライフサイクルの早い段階で導入することは必須です。そのためにはデプロイパイプラインにセキュリティテストを組み込み、共有リポジトリの他のコミットに対してだけでなく、セキュリティについても継続的にコードをテストするようにします。\n\n[継続的インテグレーション（CI）](/topics/ci-cd/)は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティをプロセスの早い段階でデプロイパイプラインに統合できるため、組織がシフトレフトを行う上で効果的です。\n\n### セキュリティを継続的インテグレーションパイプラインに組み込む\n\n\n[静的アプリケーションセキュリティテスト](https://docs.gitlab.com/ee/user/application_security/sast/)（SAST）は、継続的インテグレーションを通してセキュリティを自動化する方法の1つです。SASTはソースコードを分析し、デベロッパーがソフトウェア開発ライフサイクルの早い段階で問題を解決できるようにします。\n\nGitLab CI/CDの場合、デプロイパイプラインはSASTレポートをチェックし、ソースブランチとターゲットブランチの脆弱性を比較します。調査結果はマージリクエストに表示されます。\n\n[動的アプリケーションセキュリティテスト](https://docs.gitlab.com/ee/user/application_security/dast/index.html#dynamic-application-security-testing-dast)（DAST）は、多くの場合SASTと併用されます。SASTはソースコードを分析し、DASTは実行されたアプリケーションのランタイムエラーを分析します。デプロイ後のアプリケーションは、クロスサイトスクリプティングや破損した認証の欠陥のような新しい形式のセキュリティリスクにさらされます。\n\nSASTと同様、GitLabはDASTレポートをチェックしてソースブランチとターゲットブランチの脆弱性を比較した結果を表示しますが、比較対象はターゲットブランチのベースコミットに対して実行された最新のパイプラインのみとなります。\n\nその他の[種類のセキュリティテスト](https://www.softwaresecured.com/what-do-sast-dast-iast-and-rasp-mean-to-developers/)には、インタラクティブアプリケーションセキュリティテスト（IAST）とランタイムアプリケーションセキュリティプロテクション（RASP）があります。IASTはアプリケーション内にエージェントを配置することで動作し、RASPはライブ攻撃に対応できるセキュリティツールのような働きをします。\n\n### ツールチェーンの複雑さを軽減\n\n[ツールチェーンが複雑化すると](https://about.gitlab.com/blog/toolchain-security-with-gitlab/)、メンテナンスに時間がかかるだけでなく、システムがセキュリティリスクにさらされる可能性があります。多くのDevSecOpsチームは、プラグイン、スクリプト、またはハードコードされたカスタムインテグレーションを使用してツールをまとめています。その一部は手動で行う必要があるため、こうしたツールチェーンはヒューマンエラーの影響を受けます。さらにツールが増えると、認証、権限、セキュリティ要件が増え、ソフトウェア開発ライフサイクルの可視性が低下します。こうした抽象化レイヤによって、問題の特定と解決が困難になります。\n\n複雑なシステムには複数の障害点が含まれているものです。組織がシフトレフトする場合、こうした複雑さを一部解消することで、セキュリティとコンプライアンスを開発ライフサイクルに組み込みやすくなります。複雑なツールチェーンやプラグイン環境は、特別な注意を必要とする[壊れやすいパイプライン](https://medium.com/@steve.burton/4-reasons-your-jenkins-pipelines-are-brittle-f626186662c2)という問題を引き起こす可能性があります。\n\n### 継続的インテグレーションシステムを強化する\n\n\n[強化](https://en.wikipedia.org/wiki/Hardening_computing)は、脆弱性の表面を減らすことによってシステムを保護するプロセスです。ツールチェーンの複雑さを軽減してリスクの原因を減らすのと同様、チェックリストを強化することで組織は内部システムを検査し、セキュリティのベストプラクティスに従っていることを確認できます。\n\n推奨される対応の一例として、ソースおよびビルドアーティファクトリポジトリ、CIおよび継続的デリバリー（CD）サーバー、構成管理、ビルド、デプロイ、リリースツールを[ホストするシステム](https://about.gitlab.com/blog/secure-journey-continuous-delivery/)の強化があります。オンプレミスとクラウドでそれぞれ何を行っているか、またそれがワークフローにどのような影響を与えるかをチームが把握できるようにしましょう。\n\nデプロイパイプラインにセキュリティスキャンを組み込むことに加えて、継続的インテグレーションシステムを強化すると、チームがシフトレフトしやすくなります。[成熟したDevOpsチーム](https://about.gitlab.com/topics/devops/build-a-devops-team/)は、継続的インテグレーションプロセスにセキュリティテストを自然に実装し、シフトレフトアプローチを採用しています。そうしたDevSecOpsチームは、セキュリティを後回しにするのではなく、最優先に考えています。\n",{"id":44},"how-to-shift-left-with-continuous-integration",{"type":46,"componentName":46,"componentContent":47},"CommonResourcesContainer",{"header":48,"tabs":49},"おすすめのコンテンツ",[50],{"name":51,"items":52,"config":80},"resources",[53,63,71],{"header":54,"type":55,"image":56,"link":59},"次世代ソフトウェアのセキュリティ強化","Web",{"altText":54,"config":57},{"src":58},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159343/Website/Topics/customers-link.jpg",{"text":60,"config":61},"詳細はこちら",{"href":62,"icon":55,"modal":28},"/blog/ciso-secure-next-gen-software/",{"header":64,"type":55,"image":65,"link":68},"クラウドのシフトレフト戦略",{"altText":64,"config":66},{"src":67},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159346/Website/Topics/cncf-case-study-image.png",{"text":60,"config":69},{"href":70,"icon":55,"modal":28},"/blog/secure-containers-devops/",{"header":72,"type":55,"image":73,"link":76},"デベロッパー中心のアプリケーションセキュリティテストでDevOpsチームを劇的に変える方法",{"altText":72,"config":74},{"src":75},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159360/Website/Topics/cover_image_regenhu.jpg",{"text":77,"config":78},"詳しく見る",{"href":79,"icon":55,"modal":28},"/blog/align-engineering-security-appsec-tests-in-ci/",{"key":51},{"type":82,"componentName":82},"CommonNextSteps","yml",{},true,"/ja-jp/topics/ci-cd/shift-left-devops",{"title":25,"description":88},"継続的インテグレーション（CI）は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティはプロセスの早い段階でパイプラインに統合でき、組織のシフトレフトに役立ちます。","ja-jp/topics/ci-cd/shift-left-devops/index","HyfacU0n1mtcB9aheqPPb9bxFePiXJkrbhPuT2CjT0w",{"data":92},{"logo":93,"freeTrial":98,"sales":103,"login":108,"items":113,"search":418,"minimal":451,"duo":468,"pricingDeployment":477},{"config":94},{"href":95,"dataGaName":96,"dataGaLocation":97},"/ja-jp/","gitlab logo","header",{"text":99,"config":100},"無料トライアルを開始",{"href":101,"dataGaName":102,"dataGaLocation":97},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":104,"config":105},"お問い合わせ",{"href":106,"dataGaName":107,"dataGaLocation":97},"/ja-jp/sales/","sales",{"text":109,"config":110},"サインイン",{"href":111,"dataGaName":112,"dataGaLocation":97},"https://gitlab.com/users/sign_in/","sign in",[114,140,235,240,340,400],{"text":115,"config":116,"cards":118},"プラットフォーム",{"dataNavLevelOne":117},"platform",[119,125,133],{"title":115,"description":120,"link":121},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":122,"config":123},"プラットフォームを詳しく見る",{"href":124,"dataGaName":117,"dataGaLocation":97},"/ja-jp/platform/",{"title":126,"description":127,"link":128},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":129,"config":130},"GitLab Duoのご紹介",{"href":131,"dataGaName":132,"dataGaLocation":97},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":134,"description":135,"link":136},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":60,"config":137},{"href":138,"dataGaName":139,"dataGaLocation":97},"/ja-jp/why-gitlab/","why gitlab",{"text":141,"left":85,"config":142,"link":144,"lists":148,"footer":217},"製品",{"dataNavLevelOne":143},"solutions",{"text":145,"config":146},"すべてのソリューションを表示",{"href":147,"dataGaName":143,"dataGaLocation":97},"/ja-jp/solutions/",[149,173,195],{"title":150,"description":151,"link":152,"items":157},"自動化","CI/CDと自動化でデプロイを加速",{"config":153},{"icon":154,"href":155,"dataGaName":156,"dataGaLocation":97},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[158,161,164,169],{"text":17,"config":159},{"href":160,"dataGaLocation":97,"dataGaName":17},"/ja-jp/solutions/continuous-integration/",{"text":126,"config":162},{"href":131,"dataGaLocation":97,"dataGaName":163},"gitlab duo agent platform - product menu",{"text":165,"config":166},"ソースコード管理",{"href":167,"dataGaLocation":97,"dataGaName":168},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":170,"config":171},"自動化されたソフトウェアデリバリー",{"href":155,"dataGaLocation":97,"dataGaName":172},"Automated software delivery",{"title":174,"description":175,"link":176,"items":181},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":177},{"href":178,"dataGaName":179,"dataGaLocation":97,"icon":180},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[182,186,191],{"text":183,"config":184},"Application Security Testing",{"href":178,"dataGaName":185,"dataGaLocation":97},"Application security testing",{"text":187,"config":188},"ソフトウェアサプライチェーンの安全性",{"href":189,"dataGaLocation":97,"dataGaName":190},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":192,"config":193},"Software Compliance",{"href":194,"dataGaName":192,"dataGaLocation":97},"/ja-jp/solutions/software-compliance/",{"title":196,"link":197,"items":202},"測定",{"config":198},{"icon":199,"href":200,"dataGaName":201,"dataGaLocation":97},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[203,207,212],{"text":204,"config":205},"可視性と測定",{"href":200,"dataGaLocation":97,"dataGaName":206},"Visibility and Measurement",{"text":208,"config":209},"バリューストリーム管理",{"href":210,"dataGaLocation":97,"dataGaName":211},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":213,"config":214},"分析とインサイト",{"href":215,"dataGaLocation":97,"dataGaName":216},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":218,"items":219},"GitLabが活躍する場所",[220,225,230],{"text":221,"config":222},"Enterprise",{"href":223,"dataGaLocation":97,"dataGaName":224},"/ja-jp/enterprise/","enterprise",{"text":226,"config":227},"スモールビジネス",{"href":228,"dataGaLocation":97,"dataGaName":229},"/ja-jp/small-business/","small business",{"text":231,"config":232},"公共機関",{"href":233,"dataGaLocation":97,"dataGaName":234},"/ja-jp/solutions/public-sector/","public sector",{"text":236,"config":237},"価格",{"href":238,"dataGaName":239,"dataGaLocation":97,"dataNavLevelOne":239},"/ja-jp/pricing/","pricing",{"text":241,"config":242,"link":243,"lists":247,"feature":327},"関連リソース",{"dataNavLevelOne":51},{"text":244,"config":245},"すべてのリソースを表示",{"href":246,"dataGaName":51,"dataGaLocation":97},"/ja-jp/resources/",[248,281,299],{"title":249,"items":250},"はじめに",[251,256,261,266,271,276],{"text":252,"config":253},"インストール",{"href":254,"dataGaName":255,"dataGaLocation":97},"/ja-jp/install/","install",{"text":257,"config":258},"クイックスタートガイド",{"href":259,"dataGaName":260,"dataGaLocation":97},"/ja-jp/get-started/","quick setup checklists",{"text":262,"config":263},"学ぶ",{"href":264,"dataGaLocation":97,"dataGaName":265},"https://university.gitlab.com/","learn",{"text":267,"config":268},"製品ドキュメント",{"href":269,"dataGaName":270,"dataGaLocation":97},"https://docs.gitlab.com/","product documentation",{"text":272,"config":273},"ベストプラクティスビデオ",{"href":274,"dataGaName":275,"dataGaLocation":97},"/ja-jp/getting-started-videos/","best practice videos",{"text":277,"config":278},"インテグレーション",{"href":279,"dataGaName":280,"dataGaLocation":97},"/ja-jp/integrations/","integrations",{"title":282,"items":283},"検索する",[284,289,294],{"text":285,"config":286},"お客様成功事例",{"href":287,"dataGaName":288,"dataGaLocation":97},"/ja-jp/customers/","customer success stories",{"text":290,"config":291},"ブログ",{"href":292,"dataGaName":293,"dataGaLocation":97},"/ja-jp/blog/","blog",{"text":295,"config":296},"リモート",{"href":297,"dataGaName":298,"dataGaLocation":97},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":300,"items":301},"つなげる",[302,307,312,317,322],{"text":303,"config":304},"GitLabサービス",{"href":305,"dataGaName":306,"dataGaLocation":97},"/ja-jp/services/","services",{"text":308,"config":309},"コミュニティ",{"href":310,"dataGaName":311,"dataGaLocation":97},"/community/","community",{"text":313,"config":314},"フォーラム",{"href":315,"dataGaName":316,"dataGaLocation":97},"https://forum.gitlab.com/","forum",{"text":318,"config":319},"イベント",{"href":320,"dataGaName":321,"dataGaLocation":97},"/events/","events",{"text":323,"config":324},"パートナー",{"href":325,"dataGaName":326,"dataGaLocation":97},"/ja-jp/partners/","partners",{"backgroundColor":328,"textColor":329,"text":330,"image":331,"link":335},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":332,"config":333},"ソースプロモカード",{"src":334},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":336,"config":337},"最新情報を読む",{"href":338,"dataGaName":339,"dataGaLocation":97},"/ja-jp/the-source/","the source",{"text":341,"config":342,"lists":344},"会社情報",{"dataNavLevelOne":343},"company",[345],{"items":346},[347,352,358,360,365,370,375,380,385,390,395],{"text":348,"config":349},"GitLabについて",{"href":350,"dataGaName":351,"dataGaLocation":97},"/ja-jp/company/","about",{"text":353,"config":354,"footerGa":357},"採用情報",{"href":355,"dataGaName":356,"dataGaLocation":97},"/jobs/","jobs",{"dataGaName":356},{"text":318,"config":359},{"href":320,"dataGaName":321,"dataGaLocation":97},{"text":361,"config":362},"経営陣",{"href":363,"dataGaName":364,"dataGaLocation":97},"/company/team/e-group/","leadership",{"text":366,"config":367},"チーム",{"href":368,"dataGaName":369,"dataGaLocation":97},"/company/team/","team",{"text":371,"config":372},"ハンドブック",{"href":373,"dataGaName":374,"dataGaLocation":97},"https://handbook.gitlab.com/","handbook",{"text":376,"config":377},"投資家向け情報",{"href":378,"dataGaName":379,"dataGaLocation":97},"https://ir.gitlab.com/","investor relations",{"text":381,"config":382},"トラストセンター",{"href":383,"dataGaName":384,"dataGaLocation":97},"/ja-jp/security/","trust center",{"text":386,"config":387},"AI Transparency Center",{"href":388,"dataGaName":389,"dataGaLocation":97},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":391,"config":392},"ニュースレター",{"href":393,"dataGaName":394,"dataGaLocation":97},"/company/contact/#contact-forms","newsletter",{"text":396,"config":397},"プレス",{"href":398,"dataGaName":399,"dataGaLocation":97},"/press/","press",{"text":104,"config":401,"lists":402},{"dataNavLevelOne":343},[403],{"items":404},[405,408,413],{"text":104,"config":406},{"href":106,"dataGaName":407,"dataGaLocation":97},"talk to sales",{"text":409,"config":410},"サポートポータル",{"href":411,"dataGaName":412,"dataGaLocation":97},"https://support.gitlab.com","support portal",{"text":414,"config":415},"カスタマーポータル",{"href":416,"dataGaName":417,"dataGaLocation":97},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":419,"login":420,"suggestions":427},"閉じる",{"text":421,"link":422},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":423,"config":424},"GitLab.com",{"href":111,"dataGaName":425,"dataGaLocation":426},"search login","search",{"text":428,"default":429},"提案",[430,432,437,439,443,447],{"text":126,"config":431},{"href":131,"dataGaName":126,"dataGaLocation":426},{"text":433,"config":434},"コード提案（AI）",{"href":435,"dataGaName":436,"dataGaLocation":426},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":17,"config":438},{"href":160,"dataGaName":17,"dataGaLocation":426},{"text":440,"config":441},"GitLab on AWS",{"href":442,"dataGaName":440,"dataGaLocation":426},"/ja-jp/partners/technology-partners/aws/",{"text":444,"config":445},"GitLab on Google Cloud",{"href":446,"dataGaName":444,"dataGaLocation":426},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":448,"config":449},"GitLabを選ぶ理由",{"href":138,"dataGaName":450,"dataGaLocation":426},"Why GitLab?",{"freeTrial":452,"mobileIcon":456,"desktopIcon":461,"secondaryButton":464},{"text":99,"config":453},{"href":454,"dataGaName":102,"dataGaLocation":455},"https://gitlab.com/-/trials/new/","nav",{"altText":457,"config":458},"GitLabアイコン",{"src":459,"dataGaName":460,"dataGaLocation":455},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":457,"config":462},{"src":463,"dataGaName":460,"dataGaLocation":455},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":249,"config":465},{"href":466,"dataGaName":467,"dataGaLocation":455},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":469,"mobileIcon":473,"desktopIcon":475},{"text":470,"config":471},"GitLab Duoの詳細について",{"href":131,"dataGaName":472,"dataGaLocation":455},"gitlab duo",{"altText":457,"config":474},{"src":459,"dataGaName":460,"dataGaLocation":455},{"altText":457,"config":476},{"src":463,"dataGaName":460,"dataGaLocation":455},{"freeTrial":478,"mobileIcon":483,"desktopIcon":485},{"text":479,"config":480},"料金ページに戻る",{"href":238,"dataGaName":481,"dataGaLocation":455,"icon":482},"back to pricing","GoBack",{"altText":457,"config":484},{"src":459,"dataGaName":460,"dataGaLocation":455},{"altText":457,"config":486},{"src":463,"dataGaName":460,"dataGaLocation":455},{"title":488,"button":489,"config":494},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":490,"config":491},"GitLab Transcendを今すぐ視聴",{"href":492,"dataGaName":493,"dataGaLocation":97},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":495,"icon":496,"disabled":85},"release","AiStar",{"data":498},{"text":499,"source":500,"edit":506,"contribute":511,"config":516,"items":521,"minimal":695},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":501,"config":502},"ページのソースを表示",{"href":503,"dataGaName":504,"dataGaLocation":505},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":507,"config":508},"このページを編集",{"href":509,"dataGaName":510,"dataGaLocation":505},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":512,"config":513},"ご協力をお願いします",{"href":514,"dataGaName":515,"dataGaLocation":505},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":517,"facebook":518,"youtube":519,"linkedin":520},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[522,545,599,629,664],{"title":115,"links":523,"subMenu":528},[524],{"text":525,"config":526},"DevSecOpsプラットフォーム",{"href":124,"dataGaName":527,"dataGaLocation":505},"devsecops platform",[529],{"title":236,"links":530},[531,535,540],{"text":532,"config":533},"プランの表示",{"href":238,"dataGaName":534,"dataGaLocation":505},"view plans",{"text":536,"config":537},"Premiumを選ぶ理由",{"href":538,"dataGaName":539,"dataGaLocation":505},"/ja-jp/pricing/premium/","why premium",{"text":541,"config":542},"Ultimateを選ぶ理由",{"href":543,"dataGaName":544,"dataGaLocation":505},"/ja-jp/pricing/ultimate/","why ultimate",{"title":546,"links":547},"ソリューション",[548,553,556,558,563,568,572,575,578,583,585,587,589,594],{"text":549,"config":550},"デジタルトランスフォーメーション",{"href":551,"dataGaName":552,"dataGaLocation":505},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":554,"config":555},"セキュリティとコンプライアンス",{"href":178,"dataGaName":185,"dataGaLocation":505},{"text":170,"config":557},{"href":155,"dataGaName":156,"dataGaLocation":505},{"text":559,"config":560},"アジャイル開発",{"href":561,"dataGaName":562,"dataGaLocation":505},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":564,"config":565},"クラウドトランスフォーメーション",{"href":566,"dataGaName":567,"dataGaLocation":505},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":569,"config":570},"SCM",{"href":167,"dataGaName":571,"dataGaLocation":505},"source code management",{"text":17,"config":573},{"href":160,"dataGaName":574,"dataGaLocation":505},"continuous integration & delivery",{"text":208,"config":576},{"href":210,"dataGaName":577,"dataGaLocation":505},"value stream management",{"text":579,"config":580},"GitOps",{"href":581,"dataGaName":582,"dataGaLocation":505},"/ja-jp/solutions/gitops/","gitops",{"text":221,"config":584},{"href":223,"dataGaName":224,"dataGaLocation":505},{"text":226,"config":586},{"href":228,"dataGaName":229,"dataGaLocation":505},{"text":231,"config":588},{"href":233,"dataGaName":234,"dataGaLocation":505},{"text":590,"config":591},"教育",{"href":592,"dataGaName":593,"dataGaLocation":505},"/ja-jp/solutions/education/","education",{"text":595,"config":596},"金融サービス",{"href":597,"dataGaName":598,"dataGaLocation":505},"/ja-jp/solutions/finance/","financial services",{"title":241,"links":600},[601,603,605,607,610,612,615,617,619,621,623,625,627],{"text":252,"config":602},{"href":254,"dataGaName":255,"dataGaLocation":505},{"text":257,"config":604},{"href":259,"dataGaName":260,"dataGaLocation":505},{"text":262,"config":606},{"href":264,"dataGaName":265,"dataGaLocation":505},{"text":267,"config":608},{"href":269,"dataGaName":609,"dataGaLocation":505},"docs",{"text":290,"config":611},{"href":292,"dataGaName":293},{"text":613,"config":614},"お客様の成功事例",{"href":287,"dataGaLocation":505},{"text":285,"config":616},{"href":287,"dataGaName":288,"dataGaLocation":505},{"text":295,"config":618},{"href":297,"dataGaName":298,"dataGaLocation":505},{"text":303,"config":620},{"href":305,"dataGaName":306,"dataGaLocation":505},{"text":308,"config":622},{"href":310,"dataGaName":311,"dataGaLocation":505},{"text":313,"config":624},{"href":315,"dataGaName":316,"dataGaLocation":505},{"text":318,"config":626},{"href":320,"dataGaName":321,"dataGaLocation":505},{"text":323,"config":628},{"href":325,"dataGaName":326,"dataGaLocation":505},{"title":630,"links":631},"Company",[632,634,636,638,640,642,644,648,653,655,657,659],{"text":348,"config":633},{"href":350,"dataGaName":343,"dataGaLocation":505},{"text":353,"config":635},{"href":355,"dataGaName":356,"dataGaLocation":505},{"text":361,"config":637},{"href":363,"dataGaName":364,"dataGaLocation":505},{"text":366,"config":639},{"href":368,"dataGaName":369,"dataGaLocation":505},{"text":371,"config":641},{"href":373,"dataGaName":374,"dataGaLocation":505},{"text":376,"config":643},{"href":378,"dataGaName":379,"dataGaLocation":505},{"text":645,"config":646},"Sustainability",{"href":647,"dataGaName":645,"dataGaLocation":505},"/sustainability/",{"text":649,"config":650},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":651,"dataGaName":652,"dataGaLocation":505},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":381,"config":654},{"href":383,"dataGaName":384,"dataGaLocation":505},{"text":391,"config":656},{"href":393,"dataGaName":394,"dataGaLocation":505},{"text":396,"config":658},{"href":398,"dataGaName":399,"dataGaLocation":505},{"text":660,"config":661},"現代奴隷制の透明性に関する声明",{"href":662,"dataGaName":663,"dataGaLocation":505},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":104,"links":665},[666,668,673,675,680,685,690],{"text":104,"config":667},{"href":106,"dataGaName":107,"dataGaLocation":505},{"text":669,"config":670},"サポートを受ける",{"href":671,"dataGaName":672,"dataGaLocation":505},"https://support.gitlab.com/hc/en-us/articles/11626483177756-GitLab-Support","get help",{"text":414,"config":674},{"href":416,"dataGaName":417,"dataGaLocation":505},{"text":676,"config":677},"ステータス",{"href":678,"dataGaName":679,"dataGaLocation":505},"https://status.gitlab.com/","status",{"text":681,"config":682},"利用規約",{"href":683,"dataGaName":684,"dataGaLocation":505},"/terms/","terms of use",{"text":686,"config":687},"プライバシーに関する声明",{"href":688,"dataGaName":689,"dataGaLocation":505},"/ja-jp/privacy/","privacy statement",{"text":691,"config":692},"Cookieの設定",{"dataGaName":693,"dataGaLocation":505,"id":694,"isOneTrustButton":85},"cookie preferences","ot-sdk-btn",{"items":696},[697,699,701],{"text":681,"config":698},{"href":683,"dataGaName":684,"dataGaLocation":505},{"text":686,"config":700},{"href":688,"dataGaName":689,"dataGaLocation":505},{"text":691,"config":702},{"dataGaName":693,"dataGaLocation":505,"id":694,"isOneTrustButton":85},{"header":704,"blurb":705,"button":706,"secondaryButton":710},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":99,"config":707},{"href":708,"dataGaName":102,"dataGaLocation":709},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":104,"config":711},{"href":106,"dataGaName":107,"dataGaLocation":709},1776447721471]