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