[{"data":1,"prerenderedAt":713},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/shift-left-devops":3,"navigation-ja-jp":91,"banner-ja-jp":488,"footer-ja-jp":498,"next-steps-ja-jp":704},{"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":478},{"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&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/compare/gitlab-vs-github/","get started",{"freeTrial":469,"mobileIcon":474,"desktopIcon":476},{"text":470,"config":471},"GitLab Duoの詳細について",{"href":472,"dataGaName":473,"dataGaLocation":455},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":457,"config":475},{"src":459,"dataGaName":460,"dataGaLocation":455},{"altText":457,"config":477},{"src":463,"dataGaName":460,"dataGaLocation":455},{"freeTrial":479,"mobileIcon":484,"desktopIcon":486},{"text":480,"config":481},"料金ページに戻る",{"href":238,"dataGaName":482,"dataGaLocation":455,"icon":483},"back to pricing","GoBack",{"altText":457,"config":485},{"src":459,"dataGaName":460,"dataGaLocation":455},{"altText":457,"config":487},{"src":463,"dataGaName":460,"dataGaLocation":455},{"title":489,"button":490,"config":495},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":491,"config":492},"GitLab Transcendを今すぐ視聴",{"href":493,"dataGaName":494,"dataGaLocation":97},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":496,"icon":497},"release","AiStar",{"data":499},{"text":500,"source":501,"edit":507,"contribute":512,"config":517,"items":522,"minimal":696},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":502,"config":503},"ページのソースを表示",{"href":504,"dataGaName":505,"dataGaLocation":506},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":508,"config":509},"このページを編集",{"href":510,"dataGaName":511,"dataGaLocation":506},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":513,"config":514},"ご協力をお願いします",{"href":515,"dataGaName":516,"dataGaLocation":506},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":518,"facebook":519,"youtube":520,"linkedin":521},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[523,546,600,630,665],{"title":115,"links":524,"subMenu":529},[525],{"text":526,"config":527},"DevSecOpsプラットフォーム",{"href":124,"dataGaName":528,"dataGaLocation":506},"devsecops platform",[530],{"title":236,"links":531},[532,536,541],{"text":533,"config":534},"プランの表示",{"href":238,"dataGaName":535,"dataGaLocation":506},"view plans",{"text":537,"config":538},"Premiumを選ぶ理由",{"href":539,"dataGaName":540,"dataGaLocation":506},"/ja-jp/pricing/premium/","why premium",{"text":542,"config":543},"Ultimateを選ぶ理由",{"href":544,"dataGaName":545,"dataGaLocation":506},"/ja-jp/pricing/ultimate/","why ultimate",{"title":547,"links":548},"ソリューション",[549,554,557,559,564,569,573,576,579,584,586,588,590,595],{"text":550,"config":551},"デジタルトランスフォーメーション",{"href":552,"dataGaName":553,"dataGaLocation":506},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":555,"config":556},"セキュリティとコンプライアンス",{"href":178,"dataGaName":185,"dataGaLocation":506},{"text":170,"config":558},{"href":155,"dataGaName":156,"dataGaLocation":506},{"text":560,"config":561},"アジャイル開発",{"href":562,"dataGaName":563,"dataGaLocation":506},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":565,"config":566},"クラウドトランスフォーメーション",{"href":567,"dataGaName":568,"dataGaLocation":506},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":570,"config":571},"SCM",{"href":167,"dataGaName":572,"dataGaLocation":506},"source code management",{"text":17,"config":574},{"href":160,"dataGaName":575,"dataGaLocation":506},"continuous integration & delivery",{"text":208,"config":577},{"href":210,"dataGaName":578,"dataGaLocation":506},"value stream management",{"text":580,"config":581},"GitOps",{"href":582,"dataGaName":583,"dataGaLocation":506},"/ja-jp/solutions/gitops/","gitops",{"text":221,"config":585},{"href":223,"dataGaName":224,"dataGaLocation":506},{"text":226,"config":587},{"href":228,"dataGaName":229,"dataGaLocation":506},{"text":231,"config":589},{"href":233,"dataGaName":234,"dataGaLocation":506},{"text":591,"config":592},"教育",{"href":593,"dataGaName":594,"dataGaLocation":506},"/ja-jp/solutions/education/","education",{"text":596,"config":597},"金融サービス",{"href":598,"dataGaName":599,"dataGaLocation":506},"/ja-jp/solutions/finance/","financial services",{"title":241,"links":601},[602,604,606,608,611,613,616,618,620,622,624,626,628],{"text":252,"config":603},{"href":254,"dataGaName":255,"dataGaLocation":506},{"text":257,"config":605},{"href":259,"dataGaName":260,"dataGaLocation":506},{"text":262,"config":607},{"href":264,"dataGaName":265,"dataGaLocation":506},{"text":267,"config":609},{"href":269,"dataGaName":610,"dataGaLocation":506},"docs",{"text":290,"config":612},{"href":292,"dataGaName":293},{"text":614,"config":615},"お客様の成功事例",{"href":287,"dataGaLocation":506},{"text":285,"config":617},{"href":287,"dataGaName":288,"dataGaLocation":506},{"text":295,"config":619},{"href":297,"dataGaName":298,"dataGaLocation":506},{"text":303,"config":621},{"href":305,"dataGaName":306,"dataGaLocation":506},{"text":308,"config":623},{"href":310,"dataGaName":311,"dataGaLocation":506},{"text":313,"config":625},{"href":315,"dataGaName":316,"dataGaLocation":506},{"text":318,"config":627},{"href":320,"dataGaName":321,"dataGaLocation":506},{"text":323,"config":629},{"href":325,"dataGaName":326,"dataGaLocation":506},{"title":631,"links":632},"Company",[633,635,637,639,641,643,645,649,654,656,658,660],{"text":348,"config":634},{"href":350,"dataGaName":343,"dataGaLocation":506},{"text":353,"config":636},{"href":355,"dataGaName":356,"dataGaLocation":506},{"text":361,"config":638},{"href":363,"dataGaName":364,"dataGaLocation":506},{"text":366,"config":640},{"href":368,"dataGaName":369,"dataGaLocation":506},{"text":371,"config":642},{"href":373,"dataGaName":374,"dataGaLocation":506},{"text":376,"config":644},{"href":378,"dataGaName":379,"dataGaLocation":506},{"text":646,"config":647},"Sustainability",{"href":648,"dataGaName":646,"dataGaLocation":506},"/sustainability/",{"text":650,"config":651},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":652,"dataGaName":653,"dataGaLocation":506},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":381,"config":655},{"href":383,"dataGaName":384,"dataGaLocation":506},{"text":391,"config":657},{"href":393,"dataGaName":394,"dataGaLocation":506},{"text":396,"config":659},{"href":398,"dataGaName":399,"dataGaLocation":506},{"text":661,"config":662},"現代奴隷制の透明性に関する声明",{"href":663,"dataGaName":664,"dataGaLocation":506},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":104,"links":666},[667,669,674,676,681,686,691],{"text":104,"config":668},{"href":106,"dataGaName":107,"dataGaLocation":506},{"text":670,"config":671},"サポートを受ける",{"href":672,"dataGaName":673,"dataGaLocation":506},"/support/","get help",{"text":414,"config":675},{"href":416,"dataGaName":417,"dataGaLocation":506},{"text":677,"config":678},"ステータス",{"href":679,"dataGaName":680,"dataGaLocation":506},"https://status.gitlab.com/","status",{"text":682,"config":683},"利用規約",{"href":684,"dataGaName":685,"dataGaLocation":506},"/terms/","terms of use",{"text":687,"config":688},"プライバシーに関する声明",{"href":689,"dataGaName":690,"dataGaLocation":506},"/ja-jp/privacy/","privacy statement",{"text":692,"config":693},"Cookieの設定",{"dataGaName":694,"dataGaLocation":506,"id":695,"isOneTrustButton":85},"cookie preferences","ot-sdk-btn",{"items":697},[698,700,702],{"text":682,"config":699},{"href":684,"dataGaName":685,"dataGaLocation":506},{"text":687,"config":701},{"href":689,"dataGaName":690,"dataGaLocation":506},{"text":692,"config":703},{"dataGaName":694,"dataGaLocation":506,"id":695,"isOneTrustButton":85},{"header":705,"blurb":706,"button":707,"secondaryButton":711},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":99,"config":708},{"href":709,"dataGaName":102,"dataGaLocation":710},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":104,"config":712},{"href":106,"dataGaName":107,"dataGaLocation":710},1772652121222]