[{"data":1,"prerenderedAt":703},["ShallowReactive",2],{"/ja-jp/blog/fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab":3,"navigation-ja-jp":31,"banner-ja-jp":446,"footer-ja-jp":459,"Regnard Raquedan":669,"next-steps-ja-jp":682,"footer-source-/ja-jp/blog/fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab/":697},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":12,"config":21,"_id":24,"_type":25,"title":26,"_source":27,"_file":28,"_stem":29,"_extension":30},"/ja-jp/blog/fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab","blog",false,"",{"noIndex":6,"title":9,"description":10,"ogImage":11},"GitLabで自律型AIをGoogle Cloudに安全・高速デプロイ","デモアプリ付きの詳細なガイドに従って、自律型AIの使い方を、GitLabのネイティブインテグレーションやCI/CDコンポーネントとあわせて学びましょう。","https://res.cloudinary.com/about-gitlab-com/image/upload/f_auto,q_auto,w_1640,h_1000,c_lfill/v1749670563/Blog/Hero%20Images/cloudcomputing.jpg",{"title":9,"description":10,"authors":13,"heroImage":15,"date":16,"body":17,"category":18,"tags":19},[14],"Regnard Raquedan","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670563/Blog/Hero%20Images/cloudcomputing.jpg","2025-07-07","[自律型AI](https://about.gitlab.com/ja-jp/topics/agentic-ai/)の登場により、インテリジェントなアプリケーションの構築方法は大きく変わりつつありますが、\n\nAIエージェントを安全かつ効率的にデプロイするのは簡単ではありません。\n\nこのチュートリアルでは、\n\nGoogleのAgent Development Kit（[ADK](https://cloud.google.com/vertex-ai/generative-ai/docs/agent-development-kit/quickstart)）で構築したAIエージェントを、\n\n[GitLabのネイティブインテグレーション](https://cloud.google.com/blog/topics/partners/understand-the-google-cloud-gitlab-integration)と[CI/CDコンポーネント](https://docs.gitlab.com/ci/components/)を使って\n\nCloud Runにデプロイする方法を\n\n学びます。\n\n\n## AIエージェントの基礎知識と注目される理由\n\n\n自律型AIは、人工知能の分野における大きな進化と言えるでしょう。従来の生成AIツールが常に人間からの指示を必要とするのに対し、AIエージェントは高度な言語モデルや自然言語処理を活用して、自律的に行動を起こします。自律型AIはリクエストを理解し、意思決定を行い、複数のステップからなる計画を実行して、目標を自ら達成できます。\n\n\nこのチュートリアルでは、GoogleのADKを使用します。ADKは、AIエージェントの開発とデプロイに対応した、柔軟でモジュール化されたフレームワークです。GeminiやGoogleのエコシステム向けに最適化されていますが、モデルやデプロイ方法に依存せず、他のフレームワークとの互換性も考慮して設計されています。\n\n\n## デモアプリの紹介：Canada City Advisor\n\n\nデプロイプロセスを実演するための実用的な例として「Canada City Advisor」を使います。ユーザーの希望や条件に基づいて、理想的なカナダの都市を提案するAIエージェントです。\n\n\nその仕組みは以下の通りです。\n\n\n* ユーザーが予算条件やライフスタイルの希望を入力します。\n\n* ルートエージェントが以下2つのサブエージェントを統括します。\n\n  * 経済的な制約を評価する予算分析エージェント。カナダ住宅金融公社から取得したデータを使用します。\n  * ユーザーの希望に合う都市を提案するライフスタイル分析エージェント。[Open-Meteo](https://open-meteo.com/)から取得した適切な都市情報に基づく天気情報サービスも提供します。\n* システムがユーザーに合った都市の候補を生成します。\n\n\n異なる専門性を持つAIエージェントが連動して複雑な問題を解決するこのマルチエージェント構成により、自律型AIの強みが活かされます。サブエージェントは、ルートエージェントが予算やライフスタイルの分析が必要と判断したときにのみ呼び出されます。\n\n\n![自律型AIを活用したデモアプリ開発のマルチエージェント構成](https://res.cloudinary.com/about-gitlab-com/image/upload/v1751576568/obgxpxvlnxtzifddrrz1.png)\n\n\n## 前提条件\n\n\n始める前に、以下のものが準備できていることを確認してください。\n\n\n* 以下のAPIが有効になっているGoogle Cloudプロジェクト\n\n  * Cloud Run API  \n  * Artifact Registry API  \n  * Vertex AI API  \n* ソースコード用のGitLabプロジェクト\n\n* GitLabとGoogle Cloudの両方に対する適切な権限\n\n\n**ステップ1：ワークロードアイデンティティフェデレーションによるIAMインテグレーションを設定する**\n\n\n最初のステップでは、[Workload Identity連携](https://cloud.google.com/iam/docs/workload-identity-federation)を使用して、GitLabとGoogle Cloudの間で安全なキーレス認証を確立します。これにより、サービスアカウントキーが不要となり、セキュリティが向上します。\n\n\nGitLabプロジェクトでの手順は以下のとおりです。\n\n\n1. **設定 > インテグレーション > Google Cloud IAM**の順に移動します。\n\n2. 以下の情報を入力します。\n\n   * **プロジェクトID**：使用しているGoogle CloudプロジェクトのID\n   * **プロジェクト番号**：Google Cloudコンソールで確認できるプロジェクト番号\n     Workload Identityプールの固有識別子\n   * **プロバイダーID**：アイデンティティプロバイダーの固有識別子\n\nGitLabがスクリプトを生成します。このスクリプトをコピーして、Google Cloud Shellで実行し、Workload Identity連携を作成します。\n\n\n**ステップ2：Google Artifact Registryのインテグレーションを設定する**\n\n\n次に、コンテナイメージを保存するGoogle Artifact Registryとの接続を設定します。\n\n\n1. GitLabで、**設定 > インテグレーション > Google Artifact Registry**の順に移動します。\n\n2. 以下の情報を入力します。\n\n   * **Google CloudプロジェクトID**：ステップ1と同じプロジェクトID\n   * **リポジトリ名**：既存のArtifact Registryリポジトリの名前\n   * **場所**：リポジトリが存在するリージョン\n\n**重要**：リポジトリはすでにArtifact Registryに存在している必要があります。この設定操作では、GitLabが新しいリポジトリを自動で作成することはありません。\n\n\nGitLabは、必要な権限を設定するためのコマンドを生成します。これをGoogle Cloud Shellで実行します。\n\n\nさらに、Cloud Runへのデプロイのために、サービスプリンシパルに以下のロールを追加します。\n\n\n* `roles/run.admin`\n\n* `roles/iam.serviceAccountUser`\n\n* `roles/cloudbuild.builds.editor`\n\n\n以下のgcloudコマンドを使用して、これらのロールを追加できます。\n\n\n```shell\n\nGCP_PROJECT_ID=\"\u003Cyour-project-id>\" #replace\n\n\nGCP_PROJECT_NUMBER=\"\u003Cyour-project-number>\" #replace\n\n\nGCP_WORKLOAD_IDENTITY_POOL=\"\u003Cyour-pool-id>\" #replace\n\n\n\ngcloud projects add-iam-policy-binding ${GCP_PROJECT_ID} \\\n  --member=\"principalSet://iam.googleapis.com/projects/${GCP_PROJECT_NUMBER}/locations/global/workloadIdentityPools/${GCP_WORKLOAD_IDENTITY_POOL}/attribute.developer_access/true\" \\\n  --role='roles/run.admin'\n\ngcloud projects add-iam-policy-binding ${GCP_PROJECT_ID} \\\n  --member=\"principalSet://iam.googleapis.com/projects/${GCP_PROJECT_NUMBER}/locations/global/workloadIdentityPools/${GCP_WORKLOAD_IDENTITY_POOL}/attribute.developer_access/true\" \\\n  --role='roles/iam.serviceAccountUser'\n\ngcloud projects add-iam-policy-binding ${GCP_PROJECT_ID} \\\n  --member=\"principalSet://iam.googleapis.com/projects/${GCP_PROJECT_NUMBER}/locations/global/workloadIdentityPools/${GCP_WORKLOAD_IDENTITY_POOL}/attribute.developer_access/true\" \\\n  --role='roles/cloudbuild.builds.editor'\n```\n\n\n**ステップ3：CI/CDパイプラインを作成する**\n\n\nここからが本番です。デプロイ用のパイプラインを構築しましょう！GitLabのCI/CDコンポーネントを使用すると、非常に簡単に作成できます。\n\n\nプロジェクトのルートに `.gitlab-ci.yml` ファイルを作成します。\n\n\n```unset\n\nstages:\n  - build\n  - test\n  - upload\n  - deploy\n\nvariables:\n  GITLAB_IMAGE: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_SHORT_SHA\n  AR_IMAGE: $GOOGLE_ARTIFACT_REGISTRY_REPOSITORY_LOCATION-docker.pkg.dev/$GOOGLE_ARTIFACT_REGISTRY_PROJECT_ID/$GOOGLE_ARTIFACT_REGISTRY_REPOSITORY_NAME/main:$CI_COMMIT_SHORT_SHA\n\nbuild:\n  image: docker:24.0.5\n  stage: build\n  services:\n    - docker:24.0.5-dind\n  before_script:\n    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY\n  script:\n    - docker build -t $GITLAB_IMAGE .\n    - docker push $GITLAB_IMAGE\n\ninclude:\n  - template: Jobs/Dependency-Scanning.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/Dependency-Scanning.gitlab-ci.yml\n  - template: Jobs/SAST.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml\n  - template: Jobs/Secret-Detection.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/Secret-Detection.gitlab-ci.yml\n  - component: gitlab.com/google-gitlab-components/artifact-registry/upload-artifact-registry@main\n    inputs:\n      stage: upload\n      source: $GITLAB_IMAGE\n      target: $AR_IMAGE\n  - component: gitlab.com/google-gitlab-components/cloud-run/deploy-cloud-run@main\n    inputs:\n      stage: deploy\n      project_id: \"\u003Cyour-project-id>\" #replace\n      service: \"canadian-city\"\n      region: \"us-central1\"\n      image: $AR_IMAGE\n```\n\n\nこのパイプラインは、以下の4つのステージで構成されています。\n\n\n1. **Build**：AIエージェントを使用してDockerコンテナを作成します\n\n2. **Test**：セキュリティスキャン（コンテナスキャン、依存関係スキャン、SAST）を実行します\n\n3. **Upload**：コンテナをArtifact Registryにプッシュします\n\n4. **Deploy**：Cloud Runにデプロイします\n\n\n[GitLabのCI/CDコンポーネント](https://docs.gitlab.com/ci/components/)を使う大きなメリットは、いくつかのパラメーターを指定するだけで、認証やデプロイの複雑な処理をすべてコンポーネント側が自動で行ってくれる点です。\n\n\n**ステップ4：デプロイとテスト**\n\n\nすべての設定が完了したら、いよいよデプロイの実行です。\n\n\n1. コードと `.gitlab-ci.yml` をGitLabリポジトリにコミットします。\n\n2. パイプラインは自動的に実行されます。\n\n3. GitLabのCI/CDインターフェースでパイプラインの進行状況を確認します。\n\n4. 完了後、Google CloudコンソールでCloud RunのURLを確認できます。\n\n\n各ステージが順番に実行される様子を確認できます。\n\n\n* Buildステージでコンテナが作成されます。\n\n* Testステージで包括的なセキュリティスキャンが実行されます。\n\n* UploadステージでArtifact Registryにプッシュされます。\n\n* DeployステージでCloud Runのサービスが作成または更新されます。\n\n\n## セキュリティ上のメリット\n\n\nこの手法には、以下のようなセキュリティ上の利点があります。\n\n\n* **長期間有効な認証情報が不要**：Workload identity連携により、サービスアカウントキーが不要になります。\n\n* **自動セキュリティスキャン**：すべてのデプロイで脆弱性がスキャンされます。\n\n* **監査証跡**：誰が何をいつデプロイしたのかを完全に可視化します。\n\n* **最小権限の原則**：きめ細かなIAMロールによりアクセスが制限されます。\n\n\n## まとめ\n\n\nGitLabのセキュリティ機能とGoogle Cloudの強力なAIおよびサーバーレスプラットフォームを組み合わせることで、安全でスケーラブルなAIエージェントをデプロイできます。GitLabとGoogle Cloudのインテグレーションによって、従来こうしたデプロイに伴っていた複雑さの多くが解消されます。\n\n\n> このチュートリアルの[サンプルコード\n\n> 全文](https://gitlab.com/gitlab-partners-public/google-cloud/demos/ai-agent-deployment)を使えば、\n\n> すぐに始められます。GitLabをまだご利用でない場合は、ぜひ[無料トライアル](https://about.gitlab.com/ja-jp/free-trial/?hosted=saas)でDevSecOpsプラットフォームをご体験ください。\n\n\n\n\n*監修：小松原 つかさ [@tkomatsubara](https://gitlab.com/tkomatsubara)*\n\n\n*（GitLab合同会社 ソリューションアーキテクト本部 シニアパートナーソリューションアーキテクト）*\n","ai-ml",[20],"google",{"featured":6,"template":22,"slug":23},"BlogPost","fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab","content:ja-jp:blog:fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab.yml","yaml","Fast And Secure Ai Agent Deployment To Google Cloud With Gitlab","content","ja-jp/blog/fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab.yml","ja-jp/blog/fast-and-secure-ai-agent-deployment-to-google-cloud-with-gitlab","yml",{"_path":32,"_dir":33,"_draft":6,"_partial":6,"_locale":7,"data":34,"_id":442,"_type":25,"title":443,"_source":27,"_file":444,"_stem":445,"_extension":30},"/shared/ja-jp/main-navigation","ja-jp",{"logo":35,"freeTrial":40,"sales":45,"login":50,"items":55,"search":386,"minimal":420,"duo":433},{"config":36},{"href":37,"dataGaName":38,"dataGaLocation":39},"/ja-jp/","gitlab logo","header",{"text":41,"config":42},"無料トライアルを開始",{"href":43,"dataGaName":44,"dataGaLocation":39},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":46,"config":47},"お問い合わせ",{"href":48,"dataGaName":49,"dataGaLocation":39},"/ja-jp/sales/","sales",{"text":51,"config":52},"サインイン",{"href":53,"dataGaName":54,"dataGaLocation":39},"https://gitlab.com/users/sign_in/","sign in",[56,100,198,203,308,368],{"text":57,"config":58,"cards":60,"footer":83},"プラットフォーム",{"dataNavLevelOne":59},"platform",[61,67,75],{"title":57,"description":62,"link":63},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":64,"config":65},"プラットフォームを詳しく見る",{"href":66,"dataGaName":59,"dataGaLocation":39},"/ja-jp/platform/",{"title":68,"description":69,"link":70},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":71,"config":72},"GitLab Duoのご紹介",{"href":73,"dataGaName":74,"dataGaLocation":39},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":76,"description":77,"link":78},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":79,"config":80},"詳細はこちら",{"href":81,"dataGaName":82,"dataGaLocation":39},"/ja-jp/why-gitlab/","why gitlab",{"title":84,"items":85},"利用を開始：",[86,91,96],{"text":87,"config":88},"プラットフォームエンジニアリング",{"href":89,"dataGaName":90,"dataGaLocation":39},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":92,"config":93},"開発者の経験",{"href":94,"dataGaName":95,"dataGaLocation":39},"/ja-jp/developer-experience/","Developer experience",{"text":97,"config":98},"MLOps",{"href":99,"dataGaName":97,"dataGaLocation":39},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":101,"left":102,"config":103,"link":105,"lists":109,"footer":180},"製品",true,{"dataNavLevelOne":104},"solutions",{"text":106,"config":107},"すべてのソリューションを表示",{"href":108,"dataGaName":104,"dataGaLocation":39},"/ja-jp/solutions/",[110,136,158],{"title":111,"description":112,"link":113,"items":118},"自動化","CI/CDと自動化でデプロイを加速",{"config":114},{"icon":115,"href":116,"dataGaName":117,"dataGaLocation":39},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[119,123,127,132],{"text":120,"config":121},"CI/CD",{"href":122,"dataGaLocation":39,"dataGaName":120},"/ja-jp/solutions/continuous-integration/",{"text":124,"config":125},"AIアシストによる開発",{"href":73,"dataGaLocation":39,"dataGaName":126},"AI assisted development",{"text":128,"config":129},"ソースコード管理",{"href":130,"dataGaLocation":39,"dataGaName":131},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":133,"config":134},"自動化されたソフトウェアデリバリー",{"href":116,"dataGaLocation":39,"dataGaName":135},"Automated software delivery",{"title":137,"description":138,"link":139,"items":144},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":140},{"href":141,"dataGaName":142,"dataGaLocation":39,"icon":143},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[145,149,154],{"text":146,"config":147},"Application Security Testing",{"href":141,"dataGaName":148,"dataGaLocation":39},"Application security testing",{"text":150,"config":151},"ソフトウェアサプライチェーンの安全性",{"href":152,"dataGaLocation":39,"dataGaName":153},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":155,"config":156},"Software Compliance",{"href":157,"dataGaName":155,"dataGaLocation":39},"/ja-jp/solutions/software-compliance/",{"title":159,"link":160,"items":165},"測定",{"config":161},{"icon":162,"href":163,"dataGaName":164,"dataGaLocation":39},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[166,170,175],{"text":167,"config":168},"可視性と測定",{"href":163,"dataGaLocation":39,"dataGaName":169},"Visibility and Measurement",{"text":171,"config":172},"バリューストリーム管理",{"href":173,"dataGaLocation":39,"dataGaName":174},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":176,"config":177},"分析とインサイト",{"href":178,"dataGaLocation":39,"dataGaName":179},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":181,"items":182},"GitLabが活躍する場所",[183,188,193],{"text":184,"config":185},"Enterprise",{"href":186,"dataGaLocation":39,"dataGaName":187},"/ja-jp/enterprise/","enterprise",{"text":189,"config":190},"スモールビジネス",{"href":191,"dataGaLocation":39,"dataGaName":192},"/ja-jp/small-business/","small business",{"text":194,"config":195},"公共機関",{"href":196,"dataGaLocation":39,"dataGaName":197},"/ja-jp/solutions/public-sector/","public sector",{"text":199,"config":200},"価格",{"href":201,"dataGaName":202,"dataGaLocation":39,"dataNavLevelOne":202},"/ja-jp/pricing/","pricing",{"text":204,"config":205,"link":207,"lists":211,"feature":295},"関連リソース",{"dataNavLevelOne":206},"resources",{"text":208,"config":209},"すべてのリソースを表示",{"href":210,"dataGaName":206,"dataGaLocation":39},"/ja-jp/resources/",[212,245,267],{"title":213,"items":214},"はじめに",[215,220,225,230,235,240],{"text":216,"config":217},"インストール",{"href":218,"dataGaName":219,"dataGaLocation":39},"/ja-jp/install/","install",{"text":221,"config":222},"クイックスタートガイド",{"href":223,"dataGaName":224,"dataGaLocation":39},"/ja-jp/get-started/","quick setup checklists",{"text":226,"config":227},"学ぶ",{"href":228,"dataGaLocation":39,"dataGaName":229},"https://university.gitlab.com/","learn",{"text":231,"config":232},"製品ドキュメント",{"href":233,"dataGaName":234,"dataGaLocation":39},"https://docs.gitlab.com/","product documentation",{"text":236,"config":237},"ベストプラクティスビデオ",{"href":238,"dataGaName":239,"dataGaLocation":39},"/ja-jp/getting-started-videos/","best practice videos",{"text":241,"config":242},"インテグレーション",{"href":243,"dataGaName":244,"dataGaLocation":39},"/ja-jp/integrations/","integrations",{"title":246,"items":247},"検索する",[248,253,257,262],{"text":249,"config":250},"お客様成功事例",{"href":251,"dataGaName":252,"dataGaLocation":39},"/ja-jp/customers/","customer success stories",{"text":254,"config":255},"ブログ",{"href":256,"dataGaName":5,"dataGaLocation":39},"/ja-jp/blog/",{"text":258,"config":259},"リモート",{"href":260,"dataGaName":261,"dataGaLocation":39},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":263,"config":264},"TeamOps",{"href":265,"dataGaName":266,"dataGaLocation":39},"/ja-jp/teamops/","teamops",{"title":268,"items":269},"つなげる",[270,275,280,285,290],{"text":271,"config":272},"GitLabサービス",{"href":273,"dataGaName":274,"dataGaLocation":39},"/ja-jp/services/","services",{"text":276,"config":277},"コミュニティ",{"href":278,"dataGaName":279,"dataGaLocation":39},"/community/","community",{"text":281,"config":282},"フォーラム",{"href":283,"dataGaName":284,"dataGaLocation":39},"https://forum.gitlab.com/","forum",{"text":286,"config":287},"イベント",{"href":288,"dataGaName":289,"dataGaLocation":39},"/events/","events",{"text":291,"config":292},"パートナー",{"href":293,"dataGaName":294,"dataGaLocation":39},"/ja-jp/partners/","partners",{"backgroundColor":296,"textColor":297,"text":298,"image":299,"link":303},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":300,"config":301},"ソースプロモカード",{"src":302},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":304,"config":305},"最新情報を読む",{"href":306,"dataGaName":307,"dataGaLocation":39},"/ja-jp/the-source/","the source",{"text":309,"config":310,"lists":312},"会社情報",{"dataNavLevelOne":311},"company",[313],{"items":314},[315,320,326,328,333,338,343,348,353,358,363],{"text":316,"config":317},"GitLabについて",{"href":318,"dataGaName":319,"dataGaLocation":39},"/ja-jp/company/","about",{"text":321,"config":322,"footerGa":325},"採用情報",{"href":323,"dataGaName":324,"dataGaLocation":39},"/jobs/","jobs",{"dataGaName":324},{"text":286,"config":327},{"href":288,"dataGaName":289,"dataGaLocation":39},{"text":329,"config":330},"経営陣",{"href":331,"dataGaName":332,"dataGaLocation":39},"/company/team/e-group/","leadership",{"text":334,"config":335},"チーム",{"href":336,"dataGaName":337,"dataGaLocation":39},"/company/team/","team",{"text":339,"config":340},"ハンドブック",{"href":341,"dataGaName":342,"dataGaLocation":39},"https://handbook.gitlab.com/","handbook",{"text":344,"config":345},"投資家向け情報",{"href":346,"dataGaName":347,"dataGaLocation":39},"https://ir.gitlab.com/","investor relations",{"text":349,"config":350},"トラストセンター",{"href":351,"dataGaName":352,"dataGaLocation":39},"/ja-jp/security/","trust center",{"text":354,"config":355},"AI Transparency Center",{"href":356,"dataGaName":357,"dataGaLocation":39},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":359,"config":360},"ニュースレター",{"href":361,"dataGaName":362,"dataGaLocation":39},"/company/contact/","newsletter",{"text":364,"config":365},"プレス",{"href":366,"dataGaName":367,"dataGaLocation":39},"/press/","press",{"text":46,"config":369,"lists":370},{"dataNavLevelOne":311},[371],{"items":372},[373,376,381],{"text":46,"config":374},{"href":48,"dataGaName":375,"dataGaLocation":39},"talk to sales",{"text":377,"config":378},"サポートを受ける",{"href":379,"dataGaName":380,"dataGaLocation":39},"/support/","get help",{"text":382,"config":383},"カスタマーポータル",{"href":384,"dataGaName":385,"dataGaLocation":39},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":387,"login":388,"suggestions":395},"閉じる",{"text":389,"link":390},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":391,"config":392},"GitLab.com",{"href":53,"dataGaName":393,"dataGaLocation":394},"search login","search",{"text":396,"default":397},"提案",[398,401,406,408,412,416],{"text":68,"config":399},{"href":73,"dataGaName":400,"dataGaLocation":394},"GitLab Duo (AI)",{"text":402,"config":403},"コード提案（AI）",{"href":404,"dataGaName":405,"dataGaLocation":394},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":120,"config":407},{"href":122,"dataGaName":120,"dataGaLocation":394},{"text":409,"config":410},"GitLab on AWS",{"href":411,"dataGaName":409,"dataGaLocation":394},"/ja-jp/partners/technology-partners/aws/",{"text":413,"config":414},"GitLab on Google Cloud",{"href":415,"dataGaName":413,"dataGaLocation":394},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":417,"config":418},"GitLabを選ぶ理由",{"href":81,"dataGaName":419,"dataGaLocation":394},"Why GitLab?",{"freeTrial":421,"mobileIcon":425,"desktopIcon":430},{"text":41,"config":422},{"href":423,"dataGaName":44,"dataGaLocation":424},"https://gitlab.com/-/trials/new/","nav",{"altText":426,"config":427},"GitLabアイコン",{"src":428,"dataGaName":429,"dataGaLocation":424},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":426,"config":431},{"src":432,"dataGaName":429,"dataGaLocation":424},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":434,"mobileIcon":438,"desktopIcon":440},{"text":435,"config":436},"GitLab Duoの詳細について",{"href":73,"dataGaName":437,"dataGaLocation":424},"gitlab duo",{"altText":426,"config":439},{"src":428,"dataGaName":429,"dataGaLocation":424},{"altText":426,"config":441},{"src":432,"dataGaName":429,"dataGaLocation":424},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":447,"_dir":33,"_draft":6,"_partial":6,"_locale":7,"title":448,"button":449,"config":454,"_id":456,"_type":25,"_source":27,"_file":457,"_stem":458,"_extension":30},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":450,"config":451},"ベータ版を試す",{"href":452,"dataGaName":453,"dataGaLocation":39},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":455},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":460,"_dir":33,"_draft":6,"_partial":6,"_locale":7,"data":461,"_id":665,"_type":25,"title":666,"_source":27,"_file":667,"_stem":668,"_extension":30},"/shared/ja-jp/main-footer",{"text":462,"source":463,"edit":469,"contribute":474,"config":479,"items":484,"minimal":657},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":464,"config":465},"ページのソースを表示",{"href":466,"dataGaName":467,"dataGaLocation":468},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":470,"config":471},"このページを編集",{"href":472,"dataGaName":473,"dataGaLocation":468},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":475,"config":476},"ご協力をお願いします",{"href":477,"dataGaName":478,"dataGaLocation":468},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":480,"facebook":481,"youtube":482,"linkedin":483},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[485,508,562,594,629],{"title":57,"links":486,"subMenu":491},[487],{"text":488,"config":489},"DevSecOpsプラットフォーム",{"href":66,"dataGaName":490,"dataGaLocation":468},"devsecops platform",[492],{"title":199,"links":493},[494,498,503],{"text":495,"config":496},"プランの表示",{"href":201,"dataGaName":497,"dataGaLocation":468},"view plans",{"text":499,"config":500},"Premiumを選ぶ理由",{"href":501,"dataGaName":502,"dataGaLocation":468},"/ja-jp/pricing/premium/","why premium",{"text":504,"config":505},"Ultimateを選ぶ理由",{"href":506,"dataGaName":507,"dataGaLocation":468},"/ja-jp/pricing/ultimate/","why ultimate",{"title":509,"links":510},"ソリューション",[511,516,519,521,526,531,535,538,541,546,548,550,552,557],{"text":512,"config":513},"デジタルトランスフォーメーション",{"href":514,"dataGaName":515,"dataGaLocation":468},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":517,"config":518},"セキュリティとコンプライアンス",{"href":141,"dataGaName":148,"dataGaLocation":468},{"text":133,"config":520},{"href":116,"dataGaName":117,"dataGaLocation":468},{"text":522,"config":523},"アジャイル開発",{"href":524,"dataGaName":525,"dataGaLocation":468},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":527,"config":528},"クラウドトランスフォーメーション",{"href":529,"dataGaName":530,"dataGaLocation":468},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":532,"config":533},"SCM",{"href":130,"dataGaName":534,"dataGaLocation":468},"source code management",{"text":120,"config":536},{"href":122,"dataGaName":537,"dataGaLocation":468},"continuous integration & delivery",{"text":171,"config":539},{"href":173,"dataGaName":540,"dataGaLocation":468},"value stream management",{"text":542,"config":543},"GitOps",{"href":544,"dataGaName":545,"dataGaLocation":468},"/ja-jp/solutions/gitops/","gitops",{"text":184,"config":547},{"href":186,"dataGaName":187,"dataGaLocation":468},{"text":189,"config":549},{"href":191,"dataGaName":192,"dataGaLocation":468},{"text":194,"config":551},{"href":196,"dataGaName":197,"dataGaLocation":468},{"text":553,"config":554},"教育",{"href":555,"dataGaName":556,"dataGaLocation":468},"/ja-jp/solutions/education/","education",{"text":558,"config":559},"金融サービス",{"href":560,"dataGaName":561,"dataGaLocation":468},"/ja-jp/solutions/finance/","financial services",{"title":204,"links":563},[564,566,568,570,573,575,578,580,582,584,586,588,590,592],{"text":216,"config":565},{"href":218,"dataGaName":219,"dataGaLocation":468},{"text":221,"config":567},{"href":223,"dataGaName":224,"dataGaLocation":468},{"text":226,"config":569},{"href":228,"dataGaName":229,"dataGaLocation":468},{"text":231,"config":571},{"href":233,"dataGaName":572,"dataGaLocation":468},"docs",{"text":254,"config":574},{"href":256,"dataGaName":5},{"text":576,"config":577},"お客様の成功事例",{"href":251,"dataGaLocation":468},{"text":249,"config":579},{"href":251,"dataGaName":252,"dataGaLocation":468},{"text":258,"config":581},{"href":260,"dataGaName":261,"dataGaLocation":468},{"text":271,"config":583},{"href":273,"dataGaName":274,"dataGaLocation":468},{"text":263,"config":585},{"href":265,"dataGaName":266,"dataGaLocation":468},{"text":276,"config":587},{"href":278,"dataGaName":279,"dataGaLocation":468},{"text":281,"config":589},{"href":283,"dataGaName":284,"dataGaLocation":468},{"text":286,"config":591},{"href":288,"dataGaName":289,"dataGaLocation":468},{"text":291,"config":593},{"href":293,"dataGaName":294,"dataGaLocation":468},{"title":595,"links":596},"Company",[597,599,601,603,605,607,609,613,618,620,622,624],{"text":316,"config":598},{"href":318,"dataGaName":311,"dataGaLocation":468},{"text":321,"config":600},{"href":323,"dataGaName":324,"dataGaLocation":468},{"text":329,"config":602},{"href":331,"dataGaName":332,"dataGaLocation":468},{"text":334,"config":604},{"href":336,"dataGaName":337,"dataGaLocation":468},{"text":339,"config":606},{"href":341,"dataGaName":342,"dataGaLocation":468},{"text":344,"config":608},{"href":346,"dataGaName":347,"dataGaLocation":468},{"text":610,"config":611},"Sustainability",{"href":612,"dataGaName":610,"dataGaLocation":468},"/sustainability/",{"text":614,"config":615},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":616,"dataGaName":617,"dataGaLocation":468},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":349,"config":619},{"href":351,"dataGaName":352,"dataGaLocation":468},{"text":359,"config":621},{"href":361,"dataGaName":362,"dataGaLocation":468},{"text":364,"config":623},{"href":366,"dataGaName":367,"dataGaLocation":468},{"text":625,"config":626},"現代奴隷制の透明性に関する声明",{"href":627,"dataGaName":628,"dataGaLocation":468},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":46,"links":630},[631,633,635,637,642,647,652],{"text":46,"config":632},{"href":48,"dataGaName":49,"dataGaLocation":468},{"text":377,"config":634},{"href":379,"dataGaName":380,"dataGaLocation":468},{"text":382,"config":636},{"href":384,"dataGaName":385,"dataGaLocation":468},{"text":638,"config":639},"ステータス",{"href":640,"dataGaName":641,"dataGaLocation":468},"https://status.gitlab.com/","status",{"text":643,"config":644},"利用規約",{"href":645,"dataGaName":646,"dataGaLocation":468},"/terms/","terms of use",{"text":648,"config":649},"プライバシーに関する声明",{"href":650,"dataGaName":651,"dataGaLocation":468},"/ja-jp/privacy/","privacy statement",{"text":653,"config":654},"Cookieの設定",{"dataGaName":655,"dataGaLocation":468,"id":656,"isOneTrustButton":102},"cookie preferences","ot-sdk-btn",{"items":658},[659,661,663],{"text":643,"config":660},{"href":645,"dataGaName":646,"dataGaLocation":468},{"text":648,"config":662},{"href":650,"dataGaName":651,"dataGaLocation":468},{"text":653,"config":664},{"dataGaName":655,"dataGaLocation":468,"id":656,"isOneTrustButton":102},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",[670],{"_path":671,"_dir":672,"_draft":6,"_partial":6,"_locale":7,"content":673,"config":677,"_id":679,"_type":25,"title":14,"_source":27,"_file":680,"_stem":681,"_extension":30},"/en-us/blog/authors/regnard-raquedan","authors",{"name":14,"config":674},{"headshot":675,"ctfId":676},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749663118/Blog/Author%20Headshots/regnard_raquedan_headshot.png","rraquedan",{"template":678},"BlogAuthor","content:en-us:blog:authors:regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan.yml","en-us/blog/authors/regnard-raquedan",{"_path":683,"_dir":33,"_draft":6,"_partial":6,"_locale":7,"header":684,"eyebrow":685,"blurb":686,"button":687,"secondaryButton":691,"_id":693,"_type":25,"title":694,"_source":27,"_file":695,"_stem":696,"_extension":30},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":41,"config":688},{"href":689,"dataGaName":44,"dataGaLocation":690},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":46,"config":692},{"href":48,"dataGaName":49,"dataGaLocation":690},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":698,"content":699,"config":702,"_id":24,"_type":25,"title":26,"_source":27,"_file":28,"_stem":29,"_extension":30},{"noIndex":6,"title":9,"description":10,"ogImage":11},{"title":9,"description":10,"authors":700,"heroImage":15,"date":16,"body":17,"category":18,"tags":701},[14],[20],{"featured":6,"template":22,"slug":23},1761814441041]