[{"data":1,"prerenderedAt":753},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/shift-left-devops":3,"navigation-ja-jp":91,"banner-ja-jp":499,"footer-ja-jp":509,"next-steps-ja-jp":744},{"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/ja-jp/user/application_security/sast/)（SAST）は、継続的インテグレーションを通してセキュリティを自動化する方法の1つです。SASTはソースコードを分析し、デベロッパーがソフトウェア開発ライフサイクルの早い段階で問題を解決できるようにします。\n\nGitLab CI/CDの場合、デプロイパイプラインはSASTレポートをチェックし、ソースブランチとターゲットブランチの脆弱性を比較します。調査結果はマージリクエストに表示されます。\n\n[動的アプリケーションセキュリティテスト](https://docs.gitlab.com/ja-jp/user/application_security/dast/#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","IcmI2YxtHy4pSJNNkkjMR7DqLmbWLmEtG4Z0UkzbEvI",{"data":92},{"logo":93,"freeTrial":98,"sales":103,"login":108,"items":113,"search":419,"minimal":452,"duo":469,"switchNav":478,"pricingDeployment":489},{"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,236,241,341,401],{"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":218},"製品",{"dataNavLevelOne":143},"solutions",{"text":145,"config":146},"すべてのソリューションを表示",{"href":147,"dataGaName":143,"dataGaLocation":97},"/ja-jp/solutions/",[149,173,196],{"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},"アプリケーションセキュリティテスト",{"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},"ソフトウェアコンプライアンス",{"href":194,"dataGaName":195,"dataGaLocation":97},"/ja-jp/solutions/software-compliance/","software compliance",{"title":197,"link":198,"items":203},"測定",{"config":199},{"icon":200,"href":201,"dataGaName":202,"dataGaLocation":97},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[204,208,213],{"text":205,"config":206},"可視性と測定",{"href":201,"dataGaLocation":97,"dataGaName":207},"Visibility and Measurement",{"text":209,"config":210},"バリューストリーム管理",{"href":211,"dataGaLocation":97,"dataGaName":212},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":214,"config":215},"分析とインサイト",{"href":216,"dataGaLocation":97,"dataGaName":217},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":219,"items":220},"GitLabが活躍する場所",[221,226,231],{"text":222,"config":223},"大企業",{"href":224,"dataGaLocation":97,"dataGaName":225},"/ja-jp/enterprise/","enterprise",{"text":227,"config":228},"スモールビジネス",{"href":229,"dataGaLocation":97,"dataGaName":230},"/ja-jp/small-business/","small business",{"text":232,"config":233},"公共部門",{"href":234,"dataGaLocation":97,"dataGaName":235},"/ja-jp/solutions/public-sector/","public sector",{"text":237,"config":238},"価格",{"href":239,"dataGaName":240,"dataGaLocation":97,"dataNavLevelOne":240},"/ja-jp/pricing/","pricing",{"text":242,"config":243,"link":244,"lists":248,"feature":328},"リソース",{"dataNavLevelOne":51},{"text":245,"config":246},"すべてのリソースを表示",{"href":247,"dataGaName":51,"dataGaLocation":97},"/ja-jp/resources/",[249,282,300],{"title":250,"items":251},"はじめに",[252,257,262,267,272,277],{"text":253,"config":254},"インストール",{"href":255,"dataGaName":256,"dataGaLocation":97},"/ja-jp/install/","install",{"text":258,"config":259},"クイックスタートガイド",{"href":260,"dataGaName":261,"dataGaLocation":97},"/ja-jp/get-started/","quick setup checklists",{"text":263,"config":264},"学ぶ",{"href":265,"dataGaLocation":97,"dataGaName":266},"https://university.gitlab.com/","learn",{"text":268,"config":269},"製品ドキュメント",{"href":270,"dataGaName":271,"dataGaLocation":97},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":273,"config":274},"ベストプラクティスビデオ",{"href":275,"dataGaName":276,"dataGaLocation":97},"/ja-jp/getting-started-videos/","best practice videos",{"text":278,"config":279},"インテグレーション",{"href":280,"dataGaName":281,"dataGaLocation":97},"/ja-jp/integrations/","integrations",{"title":283,"items":284},"検索する",[285,290,295],{"text":286,"config":287},"お客様成功事例",{"href":288,"dataGaName":289,"dataGaLocation":97},"/ja-jp/customers/","customer success stories",{"text":291,"config":292},"ブログ",{"href":293,"dataGaName":294,"dataGaLocation":97},"/ja-jp/blog/","blog",{"text":296,"config":297},"リモート",{"href":298,"dataGaName":299,"dataGaLocation":97},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":301,"items":302},"つなげる",[303,308,313,318,323],{"text":304,"config":305},"GitLabサービス",{"href":306,"dataGaName":307,"dataGaLocation":97},"/ja-jp/services/","services",{"text":309,"config":310},"コミュニティ",{"href":311,"dataGaName":312,"dataGaLocation":97},"/community/","community",{"text":314,"config":315},"フォーラム",{"href":316,"dataGaName":317,"dataGaLocation":97},"https://forum.gitlab.com/","forum",{"text":319,"config":320},"イベント",{"href":321,"dataGaName":322,"dataGaLocation":97},"/events/","events",{"text":324,"config":325},"パートナー",{"href":326,"dataGaName":327,"dataGaLocation":97},"/ja-jp/partners/","partners",{"backgroundColor":329,"textColor":330,"text":331,"image":332,"link":336},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":333,"config":334},"ソースプロモカード",{"src":335},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":337,"config":338},"最新情報を読む",{"href":339,"dataGaName":340,"dataGaLocation":97},"/ja-jp/the-source/","the source",{"text":342,"config":343,"lists":345},"会社情報",{"dataNavLevelOne":344},"company",[346],{"items":347},[348,353,359,361,366,371,376,381,386,391,396],{"text":349,"config":350},"GitLabについて",{"href":351,"dataGaName":352,"dataGaLocation":97},"/ja-jp/company/","about",{"text":354,"config":355,"footerGa":358},"採用情報",{"href":356,"dataGaName":357,"dataGaLocation":97},"/jobs/","jobs",{"dataGaName":357},{"text":319,"config":360},{"href":321,"dataGaName":322,"dataGaLocation":97},{"text":362,"config":363},"経営陣",{"href":364,"dataGaName":365,"dataGaLocation":97},"/company/team/e-group/","leadership",{"text":367,"config":368},"チーム",{"href":369,"dataGaName":370,"dataGaLocation":97},"/company/team/","team",{"text":372,"config":373},"ハンドブック",{"href":374,"dataGaName":375,"dataGaLocation":97},"https://handbook.gitlab.com/","handbook",{"text":377,"config":378},"投資家向け情報",{"href":379,"dataGaName":380,"dataGaLocation":97},"https://ir.gitlab.com/","investor relations",{"text":382,"config":383},"トラストセンター",{"href":384,"dataGaName":385,"dataGaLocation":97},"/ja-jp/security/","trust center",{"text":387,"config":388},"AI Transparency Center",{"href":389,"dataGaName":390,"dataGaLocation":97},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":392,"config":393},"ニュースレター",{"href":394,"dataGaName":395,"dataGaLocation":97},"/company/contact/#contact-forms","newsletter",{"text":397,"config":398},"プレス",{"href":399,"dataGaName":400,"dataGaLocation":97},"/press/","press",{"text":104,"config":402,"lists":403},{"dataNavLevelOne":344},[404],{"items":405},[406,409,414],{"text":104,"config":407},{"href":106,"dataGaName":408,"dataGaLocation":97},"talk to sales",{"text":410,"config":411},"サポートを受ける",{"href":412,"dataGaName":413,"dataGaLocation":97},"https://support.gitlab.com","support portal",{"text":415,"config":416},"カスタマーポータル",{"href":417,"dataGaName":418,"dataGaLocation":97},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":420,"login":421,"suggestions":428},"閉じる",{"text":422,"link":423},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":424,"config":425},"GitLab.com",{"href":111,"dataGaName":426,"dataGaLocation":427},"search login","search",{"text":429,"default":430},"提案",[431,433,438,440,444,448],{"text":126,"config":432},{"href":131,"dataGaName":126,"dataGaLocation":427},{"text":434,"config":435},"コード提案（AI）",{"href":436,"dataGaName":437,"dataGaLocation":427},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":17,"config":439},{"href":160,"dataGaName":17,"dataGaLocation":427},{"text":441,"config":442},"GitLab on AWS",{"href":443,"dataGaName":441,"dataGaLocation":427},"/ja-jp/partners/technology-partners/aws/",{"text":445,"config":446},"GitLab on Google Cloud",{"href":447,"dataGaName":445,"dataGaLocation":427},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":449,"config":450},"GitLabを選ぶ理由",{"href":138,"dataGaName":451,"dataGaLocation":427},"Why GitLab?",{"freeTrial":453,"mobileIcon":457,"desktopIcon":462,"secondaryButton":465},{"text":99,"config":454},{"href":455,"dataGaName":102,"dataGaLocation":456},"https://gitlab.com/-/trials/new/","nav",{"altText":458,"config":459},"GitLabアイコン",{"src":460,"dataGaName":461,"dataGaLocation":456},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":458,"config":463},{"src":464,"dataGaName":461,"dataGaLocation":456},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":250,"config":466},{"href":467,"dataGaName":468,"dataGaLocation":456},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":470,"mobileIcon":474,"desktopIcon":476},{"text":471,"config":472},"GitLab Duoの詳細について",{"href":131,"dataGaName":473,"dataGaLocation":456},"gitlab duo",{"altText":458,"config":475},{"src":460,"dataGaName":461,"dataGaLocation":456},{"altText":458,"config":477},{"src":464,"dataGaName":461,"dataGaLocation":456},{"button":479,"mobileIcon":484,"desktopIcon":486},{"text":480,"config":481},"/switch",{"href":482,"dataGaName":483,"dataGaLocation":456},"#contact","switch",{"altText":458,"config":485},{"src":460,"dataGaName":461,"dataGaLocation":456},{"altText":458,"config":487},{"src":488,"dataGaName":461,"dataGaLocation":456},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":490,"mobileIcon":495,"desktopIcon":497},{"text":491,"config":492},"料金ページに戻る",{"href":239,"dataGaName":493,"dataGaLocation":456,"icon":494},"back to pricing","GoBack",{"altText":458,"config":496},{"src":460,"dataGaName":461,"dataGaLocation":456},{"altText":458,"config":498},{"src":464,"dataGaName":461,"dataGaLocation":456},{"title":500,"button":501,"config":506},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":502,"config":503},"GitLab Transcendを今すぐ視聴",{"href":504,"dataGaName":505,"dataGaLocation":97},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":507,"icon":508,"disabled":85},"release","AiStar",{"data":510},{"text":511,"source":512,"edit":518,"contribute":523,"config":528,"items":533,"minimal":735},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":513,"config":514},"ページのソースを表示",{"href":515,"dataGaName":516,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":519,"config":520},"このページを編集",{"href":521,"dataGaName":522,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":524,"config":525},"ご協力をお願いします",{"href":526,"dataGaName":527,"dataGaLocation":517},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":529,"facebook":530,"youtube":531,"linkedin":532},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[534,579,631,674,701],{"title":237,"links":535,"subMenu":550},[536,540,545],{"text":537,"config":538},"プランの表示",{"href":239,"dataGaName":539,"dataGaLocation":517},"view plans",{"text":541,"config":542},"Premiumを選ぶ理由",{"href":543,"dataGaName":544,"dataGaLocation":517},"/ja-jp/pricing/premium/","why premium",{"text":546,"config":547},"Ultimateを選ぶ理由",{"href":548,"dataGaName":549,"dataGaLocation":517},"/ja-jp/pricing/ultimate/","why ultimate",[551],{"title":104,"links":552},[553,555,557,559,564,569,574],{"text":104,"config":554},{"href":106,"dataGaName":107,"dataGaLocation":517},{"text":410,"config":556},{"href":412,"dataGaName":413,"dataGaLocation":517},{"text":415,"config":558},{"href":417,"dataGaName":418,"dataGaLocation":517},{"text":560,"config":561},"ステータス",{"href":562,"dataGaName":563,"dataGaLocation":517},"https://status.gitlab.com/","status",{"text":565,"config":566},"利用規約",{"href":567,"dataGaName":568,"dataGaLocation":517},"/terms/","terms of use",{"text":570,"config":571},"プライバシーに関する声明",{"href":572,"dataGaName":573,"dataGaLocation":517},"/ja-jp/privacy/","privacy statement",{"text":575,"config":576},"Cookie 優先設定",{"dataGaName":577,"dataGaLocation":517,"id":578,"isOneTrustButton":85},"cookie preferences","ot-sdk-btn",{"title":141,"links":580,"subMenu":589},[581,585],{"text":582,"config":583},"DevSecOpsプラットフォーム",{"href":124,"dataGaName":584,"dataGaLocation":517},"devsecops platform",{"text":586,"config":587},"AI支援開発",{"href":131,"dataGaName":588,"dataGaLocation":517},"ai-assisted development",[590],{"title":591,"links":592},"トピック",[593,596,601,606,611,616,621,626],{"text":17,"config":594},{"href":19,"dataGaName":595,"dataGaLocation":517},"cicd",{"text":597,"config":598},"GitOps",{"href":599,"dataGaName":600,"dataGaLocation":517},"/ja-jp/topics/gitops/","gitops",{"text":602,"config":603},"DevOps",{"href":604,"dataGaName":605,"dataGaLocation":517},"/ja-jp/topics/devops/","devops",{"text":607,"config":608},"バージョン管理",{"href":609,"dataGaName":610,"dataGaLocation":517},"/ja-jp/topics/version-control/","version control",{"text":612,"config":613},"DevSecOps",{"href":614,"dataGaName":615,"dataGaLocation":517},"/ja-jp/topics/devsecops/","devsecops",{"text":617,"config":618},"クラウドネイティブ",{"href":619,"dataGaName":620,"dataGaLocation":517},"/ja-jp/topics/cloud-native/","cloud native",{"text":622,"config":623},"コーディングのためのAI",{"href":624,"dataGaName":625,"dataGaLocation":517},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":627,"config":628},"エージェント型AI",{"href":629,"dataGaName":630,"dataGaLocation":517},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":632,"links":633},"ソリューション",[634,637,639,644,648,651,654,657,659,661,664,669],{"text":183,"config":635},{"href":178,"dataGaName":636,"dataGaLocation":517},"Application Security Testing",{"text":170,"config":638},{"href":155,"dataGaName":156,"dataGaLocation":517},{"text":640,"config":641},"アジャイル開発",{"href":642,"dataGaName":643,"dataGaLocation":517},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":645,"config":646},"SCM",{"href":167,"dataGaName":647,"dataGaLocation":517},"source code management",{"text":17,"config":649},{"href":160,"dataGaName":650,"dataGaLocation":517},"continuous integration & delivery",{"text":209,"config":652},{"href":211,"dataGaName":653,"dataGaLocation":517},"value stream management",{"text":597,"config":655},{"href":656,"dataGaName":600,"dataGaLocation":517},"/ja-jp/solutions/gitops/",{"text":222,"config":658},{"href":224,"dataGaName":225,"dataGaLocation":517},{"text":227,"config":660},{"href":229,"dataGaName":230,"dataGaLocation":517},{"text":662,"config":663},"公共機関",{"href":234,"dataGaName":235,"dataGaLocation":517},{"text":665,"config":666},"教育",{"href":667,"dataGaName":668,"dataGaLocation":517},"/ja-jp/solutions/education/","education",{"text":670,"config":671},"金融サービス",{"href":672,"dataGaName":673,"dataGaLocation":517},"/ja-jp/solutions/finance/","financial services",{"title":242,"links":675},[676,678,680,682,685,687,689,691,693,695,697,699],{"text":253,"config":677},{"href":255,"dataGaName":256,"dataGaLocation":517},{"text":258,"config":679},{"href":260,"dataGaName":261,"dataGaLocation":517},{"text":263,"config":681},{"href":265,"dataGaName":266,"dataGaLocation":517},{"text":268,"config":683},{"href":270,"dataGaName":684,"dataGaLocation":517},"docs",{"text":291,"config":686},{"href":293,"dataGaName":294,"dataGaLocation":517},{"text":286,"config":688},{"href":288,"dataGaName":289,"dataGaLocation":517},{"text":296,"config":690},{"href":298,"dataGaName":299,"dataGaLocation":517},{"text":304,"config":692},{"href":306,"dataGaName":307,"dataGaLocation":517},{"text":309,"config":694},{"href":311,"dataGaName":312,"dataGaLocation":517},{"text":314,"config":696},{"href":316,"dataGaName":317,"dataGaLocation":517},{"text":319,"config":698},{"href":321,"dataGaName":322,"dataGaLocation":517},{"text":324,"config":700},{"href":326,"dataGaName":327,"dataGaLocation":517},{"title":342,"links":702},[703,705,707,709,711,713,715,719,724,726,728,730],{"text":349,"config":704},{"href":351,"dataGaName":344,"dataGaLocation":517},{"text":354,"config":706},{"href":356,"dataGaName":357,"dataGaLocation":517},{"text":362,"config":708},{"href":364,"dataGaName":365,"dataGaLocation":517},{"text":367,"config":710},{"href":369,"dataGaName":370,"dataGaLocation":517},{"text":372,"config":712},{"href":374,"dataGaName":375,"dataGaLocation":517},{"text":377,"config":714},{"href":379,"dataGaName":380,"dataGaLocation":517},{"text":716,"config":717},"Sustainability",{"href":718,"dataGaName":716,"dataGaLocation":517},"/sustainability/",{"text":720,"config":721},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":722,"dataGaName":723,"dataGaLocation":517},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":382,"config":725},{"href":384,"dataGaName":385,"dataGaLocation":517},{"text":392,"config":727},{"href":394,"dataGaName":395,"dataGaLocation":517},{"text":397,"config":729},{"href":399,"dataGaName":400,"dataGaLocation":517},{"text":731,"config":732},"現代奴隷制の透明性に関する声明",{"href":733,"dataGaName":734,"dataGaLocation":517},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":736},[737,739,742],{"text":565,"config":738},{"href":567,"dataGaName":568,"dataGaLocation":517},{"text":740,"config":741},"Cookieの設定",{"dataGaName":577,"dataGaLocation":517,"id":578,"isOneTrustButton":85},{"text":570,"config":743},{"href":572,"dataGaName":573,"dataGaLocation":517},{"header":745,"blurb":746,"button":747,"secondaryButton":751},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":99,"config":748},{"href":749,"dataGaName":102,"dataGaLocation":750},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":104,"config":752},{"href":106,"dataGaName":107,"dataGaLocation":750},1777394006043]