[{"data":1,"prerenderedAt":1193},["ShallowReactive",2],{"/ja-jp/blog/claude-security-and-gitlab":3,"navigation-ja-jp":415,"banner-ja-jp":845,"footer-ja-jp":853,"blog-post-authors-ja-jp-Alisa Ho":1095,"blog-related-posts-ja-jp-claude-security-and-gitlab":1109,"blog-promotions-ja-jp":1132,"next-steps-ja-jp":1184},{"id":4,"title":5,"authors":6,"body":8,"category":394,"date":395,"description":396,"extension":397,"externalUrl":398,"faq":398,"featured":399,"heroImage":400,"meta":401,"navigation":399,"path":402,"seo":403,"slug":406,"stem":407,"tags":408,"template":412,"updatedDate":413,"__hash__":414},"blogPosts/ja-jp/blog/claude-security-and-gitlab.md","Claudeが書き、GitLabがつなぐ：本番環境まで途切れないセキュリティ",[7],"Alisa Ho",{"type":9,"value":10,"toc":383},"minimark",[11,28,31,40,44,47,50,101,108,111,114,117,168,174,177,180,183,219,225,229,244,247,250,302,308,312,320,323,329,332,335,338,357,360],[12,13,14,15,21,22,27],"p",{},"エージェント型コーディングの進化は速く、多くの企業のガバナンス体制が追いつけていないのが実情です。",[16,17,20],"a",{"href":18,"rel":19},"https://code.claude.com/docs/en/security-guidance",[],"Claude security guidanceプラグイン","や",[16,23,26],{"href":24,"rel":25},"https://code.claude.com/docs/en/claude-security",[],"Claude Security","のようなコーディングアシスタントは、コードが書かれるのと同じセッション内で、よくある脆弱性を検出し修正できます。これはより安全なコードを書くうえで大きな価値がありますが、セキュリティはそこで終わりません。コミットは本番環境に至る道のりの一段階に過ぎず、マージ、依存関係の更新、インフラの変更、監査は、セッションが終わった後に発生します。",[12,29,30],{},"GitLabは、本番環境に至るまでの残りの工程のセキュリティを担います。Anthropic ClaudeからGitLabへと至る典型的なセキュリティワークフローには5つのハンドオフが存在し、本記事ではその一つひとつを取り上げながら、エージェント型コーディングを大規模に統制する方法を解説します。",[12,32,33,34,39],{},"すでにClaude security guidanceやClaude Securityを利用しているチームであれば、",[16,35,38],{"href":36,"rel":37},"https://docs.gitlab.com/ja-jp/user/model_context_protocol/mcp_server/",[],"GitLab MCPサーバー","を通じてそのコンテキストをGitLabに直接連携させ、既存のワークフローをそのまま維持できます。Claudeがコードを書く瞬間を担当し、そこから本番環境に至るまでのすべてを、単一のプラットフォーム上でGitLabが引き受けます。",[41,42,43],"h2",{"id":43},"検出から実効性のある統制へ",[12,45,46],{},"Claude security guidanceプラグインは、開発者一人ひとりのセッション内でコードをレビューし、エージェントの手を止めないほどの速さで問題を検出します。しかし、そのコードがセッションを離れた後は、セキュリティチームはセッション内で何が起きたかの記録と、次に何が起きるかを制御する仕組みを必要とします。",[12,48,49],{},"GitLabが提供するのは、コードの出どころを問わず、本番環境に届く前の段階で安全なコーディングのためのガードレールを定義できるだけの可視性と制御力です。",[51,52,53,67,78,84],"ul",{},[54,55,56,60,61,66],"li",{},[57,58,59],"strong",{},"一度定義し、全社に適用："," ",[16,62,65],{"href":63,"rel":64},"https://docs.gitlab.com/ja-jp/user/application_security/configuration/security_configuration_profiles/",[],"セキュリティ設定プロファイル","により、必要なスキャンをリポジトリの外側からすべてのプロジェクトとパイプラインに適用できるため、カバレッジが一貫し、回避される心配もありません。",[54,68,69,60,72,77],{},[57,70,71],{},"エージェントにも職務分掌を適用：",[16,73,76],{"href":74,"rel":75},"https://docs.gitlab.com/ja-jp/user/application_security/policies/merge_request_approval_policies/",[],"マージリクエスト承認ポリシー","により、変更を書いたエージェント自身がそれを承認することはできません。エージェントも、それを指示した開発者自身も、指定された承認者なしに自分の作業をマージすることはできません。",[54,79,80,83],{},[57,81,82],{},"重大な脆弱性を出荷前にブロック："," マージリクエスト承認ポリシーは、未解決の重大な検出結果があるマージを、指名された承認者が承認するまで保留します。これにより、見過ごされた、あるいは却下された脆弱性が気づかれないまま本番環境に届くことはありません。",[54,85,86,60,89,94,95,100],{},[57,87,88],{},"すべての検出結果のステータスを、恒久的に追跡：",[16,90,93],{"href":91,"rel":92},"https://docs.gitlab.com/ja-jp/user/application_security/vulnerability_report/",[],"脆弱性レポート","と",[16,96,99],{"href":97,"rel":98},"https://docs.gitlab.com/ja-jp/user/application_security/security_dashboard/",[],"セキュリティダッシュボード","により、各検出結果が検出済みか、理由付きで却下されたか、解決済みかを確認できます。",[12,102,103],{},[104,105],"img",{"alt":106,"src":107,"title":106},"対象となるすべてのプロジェクトでスキャナーを大規模に有効化し、回避できない仕組みにする","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785525382/b29bi5eu71wuowipzskr.png",[41,109,110],{"id":110},"セッション内のスキャンから監査証跡へ",[12,112,113],{},"変更管理における監査要件は、エージェントも対象に含む形へと広がっています。SOC 2、PCI DSS、FedRAMPといったコンプライアンスフレームワークでは、あらゆる変更が出荷前にテスト・レビュー・承認されたことを示す文書化されたエビデンスが求められます。",[12,115,116],{},"GitLabは、コンプライアンス統制を実効性のあるものにし、監査人向けのエビデンス収集を自動化します：",[51,118,119,130,152],{},[54,120,121,60,124,129],{},[57,122,123],{},"スキャンとレビューの実施を証明：",[16,125,128],{"href":126,"rel":127},"https://docs.gitlab.com/ja-jp/user/compliance/compliance_frameworks/#gitlab-compliance-controls",[],"コンプライアンス統制","は、すべてのマージリクエストでスキャンが実行されることを保証し、検出結果はマージリクエストと脆弱性レポートの両方に表示され、人の目で確認できます。",[54,131,132,60,135,140,141,140,146,151],{},[57,133,134],{},"監査人への回答は数分で完了：",[16,136,139],{"href":137,"rel":138},"https://docs.gitlab.com/ja-jp/ci/jobs/job_logs/",[],"パイプラインログ","、",[16,142,145],{"href":143,"rel":144},"https://docs.gitlab.com/ja-jp/user/project/merge_requests/approvals/",[],"承認記録",[16,147,150],{"href":148,"rel":149},"https://docs.gitlab.com/ja-jp/user/compliance/audit_events/",[],"監査イベント","により、何がスキャンされ、誰が承認したかを変更ごとに再現可能な履歴として確認でき、関わった人やエージェントとも紐づけられます。",[54,153,154,60,157,161,162,167],{},[57,155,156],{},"監査人が求めるフレームワークにエビデンスを対応付け：",[16,158,160],{"href":126,"rel":159},[],"コンプライアンスフレームワーク","は、SOC 2や独自フレームワークなど、名前の付いた要件ごとにエビデンスをグループ化し、それぞれ特定の統制から構成されます。",[16,163,166],{"href":164,"rel":165},"https://docs.gitlab.com/ja-jp/user/compliance/compliance_center/compliance_status_report/",[],"コンプライアンスステータスレポート","では、フレームワークごとにどの統制が合格・保留・不合格かを確認できます。",[12,169,170],{},[104,171],{"alt":172,"src":173,"title":172},"エージェントの活動を記録した監査ログ。セッション単位のイベントと開始時刻を表示","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785525382/xehdn27jhyv1tb0agrjt.png",[41,175,176],{"id":176},"送信するデータをコントロールする",[12,178,179],{},"レビューのためにコードやその背景にあるビジネスコンテキストを送る相手は、人よりもモデルのほうが多いかもしれません。規制業界、政府機関、知的財産に敏感な組織にとっては、認証情報や独自のロジック、規制対象データなど、何を環境の外に出すかを自ら決める必要があります。この判断は、スキャンが実行される前に、コードに触れるすべてのツールにわたって行われなければなりません。",[12,181,182],{},"GitLabを使えば、データが環境の外に出る前に、モデルに届く内容を自ら決められます：",[51,184,185,196,208],{},[54,186,187,60,190,195],{},[57,188,189],{},"シークレットや機密コードをモデル送信の対象外に：",[16,191,194],{"href":192,"rel":193},"https://docs.gitlab.com/ja-jp/user/duo_agent_platform/context/",[],"コンテキスト除外設定","により、シークレットや機密ファイルを、エージェントがモデルに送るすべての内容から除外できます。",[54,197,198,201,202,207],{},[57,199,200],{},"コードと推論を自社の境界内に、承認済みのモデルだけで完結："," Self-Managed環境でセルフホストモデルを実行すれば、何も外部に出ることはありません。",[16,203,206],{"href":204,"rel":205},"https://docs.gitlab.com/ja-jp/user/duo_agent_platform/model_selection/",[],"フローごとにモデルを選択し","、許可するモデルを制限して、コードが学習データに使われないようにできます。",[54,209,210,60,213,218],{},[57,211,212],{},"送信内容をフィルタリング：",[16,214,217],{"href":215,"rel":216},"https://docs.gitlab.com/ja-jp/user/gitlab_duo/prompt_guardrails/",[],"GitLab Duoのプロンプトガードレール","は、コード提案がモデルに届く前にシークレットをスキャンし、プロンプトが操作できるコンテンツを分離することでプロンプトインジェクションのリスクを抑えます。これは、すでに除外設定した内容に加えて機能します。",[12,220,221],{},[104,222],{"alt":223,"src":224,"title":223},"AIモデルへの送信から除外するファイルやディレクトリを定義する","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785525382/uvgikegtzsabqdqahg04.png",[41,226,228],{"id":227},"単発のスキャンから開発ライフサイクル全体を網羅するスキャン体制へ","単発のスキャンから、開発ライフサイクル全体を網羅するスキャン体制へ",[12,230,231,232,237,238,243],{},"Anthropicの",[16,233,236],{"href":234,"rel":235},"https://github.com/anthropics/claude-plugins-official/tree/main/plugins/security-guidance",[],"ドキュメント","でも、Claude security guidanceプラグインはベストエフォート型の支援ツールであり、人によるコードレビューや各種セキュリティスキャナーに置き換わるものではなく、それらと並行して使うものだと明記されています。この位置づけは重要です。なぜなら、出荷した時点では存在しない脆弱性もあるからです。今日出荷した依存関係に、来年、自分のコードには一切変更がないまま重大な脆弱性が公表されることもあります。",[16,239,242],{"href":240,"rel":241},"https://www.cisa.gov/news-events/cybersecurity-advisories/aa21-356a",[],"Log4Shell","はその典型例で、何年も前に出荷されたアプリケーションが、2021年12月に脆弱性が公になった瞬間、突然攻撃可能な状態になりました。",[12,245,246],{},"依存関係、コンテナイメージ、インフラ構成、そしてすでにコミット履歴に残っているシークレットには、特定のセッションから独立して実行されるスキャンが必要です。",[12,248,249],{},"GitLabは、ソフトウェア配信ライフサイクル全体を保護します：",[51,251,252,284,296],{},[54,253,254,60,257,140,262,140,267,140,272,277,278,283],{},[57,255,256],{},"アタックサーフェス全体をカバー：",[16,258,261],{"href":259,"rel":260},"https://docs.gitlab.com/ja-jp/user/application_security/dependency_scanning/",[],"依存関係",[16,263,266],{"href":264,"rel":265},"https://docs.gitlab.com/ja-jp/user/application_security/container_scanning/",[],"コンテナ",[16,268,271],{"href":269,"rel":270},"https://docs.gitlab.com/ja-jp/user/application_security/iac_scanning/",[],"Infrastructure as Code",[16,273,276],{"href":274,"rel":275},"https://docs.gitlab.com/ja-jp/user/application_security/secret_detection/",[],"シークレット","、そして",[16,279,282],{"href":280,"rel":281},"https://docs.gitlab.com/ja-jp/user/application_security/dast/",[],"動的アプリケーションセキュリティテスト（DAST）","のスキャンが、セッション単位のレビューでは決して届かない領域をチェックします。取り込む依存関係、出荷するイメージ、プロビジョニングするインフラ、コミットに紛れ込むシークレット、そして稼働中のアプリケーションです。",[54,285,286,289,290,295],{},[57,287,288],{},"スキャナーが見逃す欠陥も検出："," 決定論的なスキャナーでは、ビジネスロジックの誤りや認証の不備、競合状態を検出できません。",[16,291,294],{"href":292,"rel":293},"https://docs.gitlab.com/ja-jp/user/duo_agent_platform/flows/foundational_flows/security_review/",[],"Security Review Flow","は意図を推論することでこのカテゴリーを直接捉え、該当コードへのコメントとして投稿し、人が対応できるようにします。",[54,297,298,301],{},[57,299,300],{},"結果がぶれない、決定論的なスキャンを併用："," LLMによるレビューは、同じコードでも実行のたびに異なる検出結果を返すことがあります。アドバンストSASTのような決定論的スキャンは、固定のアルゴリズムで関数境界を越えて汚染データを追跡し、CWEにマッピングされた再現性のある結果を返します。これこそ、コンプライアンス監査に必要な一貫したエビデンスです。",[12,303,304],{},[104,305],{"alt":306,"src":307,"title":306},"SAST、DAST、依存関係、コンテナ、シークレットの各スキャンをパイプラインで必須実行","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785525382/tmmgtxgnlivwhjmx6uz7.png",[41,309,311],{"id":310},"すべてのエージェントと開発者に共通のガードレールを","すべてのエージェントと開発者に、共通のガードレールを",[12,313,314,315,319],{},"Claude security guidanceプラグインがレビューするのは、Claudeがセッション内で書いてコミットしたコードです。セッション内の「!」によるシェルエスケープを含め、開発者自身のシェルから行われたコミットは、",[16,316,318],{"href":18,"rel":317},[],"プラグインのレビュー対象外","です。Claude Securityは、開発者や管理者がオンデマンドで実行することで、コードベース全体や人が書いたコードにもレビューの範囲を広げます。",[12,321,322],{},"GitLabのスキャン実行ポリシーとマージリクエスト承認ポリシーは、すべての変更に対してパイプライン上で実行されます。そのため、コードを書いたのが人かエージェントか、スキャンを実行し忘れていないかといった事情に、カバレッジが左右されることはありません。",[12,324,325],{},[104,326],{"alt":327,"src":328,"title":327},"デフォルトブランチごとにセキュリティスキャンが実行されるよう設定する","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785525383/hs2u66vp2c7fbxemwvbt.png",[41,330,331],{"id":331},"本番に届くものを統制する",[12,333,334],{},"Claude security guidanceとClaude Securityは、コードが書かれたその瞬間に問題を検出し、修正することを助けます。しかし、そのコードがセッションを離れた後は、本番環境まで安全に届けることの責任は、エンタープライズのセキュリティチームとプラットフォームチームが負います。そこで必要になるのが、エージェントが何をしたかの可視性、セキュリティ手順が守られたことの証明、そして問題のある変更を出荷前に止められる仕組みです。",[12,336,337],{},"GitLabは、Claudeのワークフローをそこにつなぎます。GitLab側でガードレールを一度設定すれば、あらゆるエージェントも開発者も、その内側でより速く、より安全に出荷できるようになります。Claudeの役割は、安全なコードを書く手助けをすることです。GitLabはそこから本番環境までのすべてを、チームの速度を落とすことなく統制します。",[339,340,341,348],"blockquote",{},[12,342,343],{},[16,344,347],{"href":345,"rel":346},"https://about.gitlab.com/ja-jp/free-trial/?utm_medium=native&utm_source=integrate-market&utm_campaign=eg_global_cmp_content-syndication_security_en_",[],"GitLab Ultimateの無料トライアルを始める！",[12,349,350,351,356],{},"すでにUltimateをご利用の場合は、",[16,352,355],{"href":353,"rel":354},"https://docs.gitlab.com/ja-jp/user/application_security/policies/",[],"スキャン実行ポリシーとマージリクエスト承認ポリシー","を設定し、今日からガードレールの適用を始めましょう。",[41,358,359],{"id":359},"関連リンク",[51,361,362,369,376],{},[54,363,364],{},[16,365,368],{"href":366,"rel":367},"https://about.gitlab.com/ja-jp/blog/claude-code-and-gitlab/",[],"Claude CodeとGitLab：リリースまでの3つのワークフロー",[54,370,371],{},[16,372,375],{"href":373,"rel":374},"https://about.gitlab.com/ja-jp/blog/gitlab-duo-agent-platform-with-claude-accelerates-development/",[],"GitLab Duo Agent PlatformとClaudeで開発を加速する",[54,377,378],{},[16,379,382],{"href":380,"rel":381},"https://about.gitlab.com/ja-jp/blog/how-to-use-gitlabs-custom-compliance-frameworks-in-your-devsecops/",[],"GitLabのカスタムコンプライアンスフレームワークをDevSecOps環境で活用する方法",{"title":384,"searchDepth":385,"depth":385,"links":386},"",2,[387,388,389,390,391,392,393],{"id":43,"depth":385,"text":43},{"id":110,"depth":385,"text":110},{"id":176,"depth":385,"text":176},{"id":227,"depth":385,"text":228},{"id":310,"depth":385,"text":311},{"id":331,"depth":385,"text":331},{"id":359,"depth":385,"text":359},"security","2026-08-03","Claude Securityはコーディングセッション内で脆弱性を検出します。そこから先はGitLabが引き継ぎ、スキャン、ポリシーの適用、そしてソフトウェアライフサイクル全体の監査エビデンス作成までを担います。","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756122536/akivvcnafog9c4dhhzkp.png",{},"/ja-jp/blog/claude-security-and-gitlab",{"config":404,"title":5,"description":396},{"noIndex":405},false,"claude-security-and-gitlab","ja-jp/blog/claude-security-and-gitlab",[394,409,410,411],"AI","features","product","BlogPost","2026-08-04","hNK4XH2WsoqcyQsMe79GpasDaP4pXXaPoTAWWlqwsco",{"logo":416,"freeTrial":421,"sales":426,"login":431,"items":436,"search":765,"minimal":798,"duo":815,"switchNav":824,"pricingDeployment":835},{"config":417},{"href":418,"dataGaName":419,"dataGaLocation":420},"/ja-jp/","gitlab logo","header",{"text":422,"config":423},"無料トライアルを開始",{"href":424,"dataGaName":425,"dataGaLocation":420},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":427,"config":428},"デモをリクエスト",{"href":429,"dataGaName":430,"dataGaLocation":420},"/ja-jp/sales/?contact-topic=request-demo","sales",{"text":432,"config":433},"サインイン",{"href":434,"dataGaName":435,"dataGaLocation":420},"https://gitlab.com/users/sign_in/","sign in",[437,466,568,573,687,743],{"text":438,"config":439,"menu":441},"プラットフォーム",{"dataNavLevelOne":440},"platform",{"type":442,"columns":443},"cards",[444,450,458],{"title":438,"description":445,"link":446},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":447,"config":448},"プラットフォームの詳細はこちら",{"href":449,"dataGaName":440,"dataGaLocation":420},"/ja-jp/platform/",{"title":451,"description":452,"link":453},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":454,"config":455},"GitLab Duoのご紹介",{"href":456,"dataGaName":457,"dataGaLocation":420},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":459,"description":460,"link":461},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":462,"config":463},"詳細はこちら",{"href":464,"dataGaName":465,"dataGaLocation":420},"/ja-jp/why-gitlab/","why gitlab",{"text":467,"left":399,"config":468,"menu":470},"製品",{"dataNavLevelOne":469},"solutions",{"type":471,"link":472,"columns":476,"feature":547},"lists",{"text":473,"config":474},"すべてのソリューションを表示",{"href":475,"dataGaName":469,"dataGaLocation":420},"/ja-jp/solutions/",[477,502,525],{"title":478,"description":479,"link":480,"items":485},"自動化","CI/CDと自動化でデプロイを加速",{"config":481},{"icon":482,"href":483,"dataGaName":484,"dataGaLocation":420},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[486,490,493,498],{"text":487,"config":488},"CI/CD",{"href":489,"dataGaLocation":420,"dataGaName":487},"/ja-jp/solutions/continuous-integration/",{"text":451,"config":491},{"href":456,"dataGaLocation":420,"dataGaName":492},"gitlab duo agent platform - product menu",{"text":494,"config":495},"ソースコード管理",{"href":496,"dataGaLocation":420,"dataGaName":497},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":499,"config":500},"自動化されたソフトウェアデリバリー",{"href":483,"dataGaLocation":420,"dataGaName":501},"Automated software delivery",{"title":503,"description":504,"link":505,"items":510},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":506},{"href":507,"dataGaName":508,"dataGaLocation":420,"icon":509},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[511,515,520],{"text":512,"config":513},"アプリケーションセキュリティテスト",{"href":507,"dataGaName":514,"dataGaLocation":420},"Application security testing",{"text":516,"config":517},"ソフトウェアサプライチェーンセキュリティ",{"href":518,"dataGaLocation":420,"dataGaName":519},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":521,"config":522},"ソフトウェアコンプライアンス",{"href":523,"dataGaName":524,"dataGaLocation":420},"/ja-jp/solutions/software-compliance/","software compliance",{"title":526,"link":527,"items":532},"測定",{"config":528},{"icon":529,"href":530,"dataGaName":531,"dataGaLocation":420},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[533,537,542],{"text":534,"config":535},"可視性と測定",{"href":530,"dataGaLocation":420,"dataGaName":536},"Visibility and Measurement",{"text":538,"config":539},"バリューストリーム管理",{"href":540,"dataGaLocation":420,"dataGaName":541},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":543,"config":544},"分析とインサイト",{"href":545,"dataGaLocation":420,"dataGaName":546},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":548,"type":471,"items":549},"GitLabが活躍する場所",[550,556,562],{"text":551,"config":552},"大企業",{"icon":553,"href":554,"dataGaLocation":420,"dataGaName":555},"Building","/ja-jp/enterprise/","enterprise",{"text":557,"config":558},"スモールビジネス",{"icon":559,"href":560,"dataGaLocation":420,"dataGaName":561},"Work","/ja-jp/small-business/","small business",{"text":563,"config":564},"公共部門",{"icon":565,"href":566,"dataGaLocation":420,"dataGaName":567},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":569,"config":570},"価格",{"href":571,"dataGaName":572,"dataGaLocation":420,"dataNavLevelOne":572},"/ja-jp/pricing/","pricing",{"text":574,"config":575,"menu":577},"関連リソース",{"dataNavLevelOne":576},"resources",{"type":471,"link":578,"columns":582,"feature":676},{"text":579,"config":580},"すべてのリソースを表示",{"href":581,"dataGaName":576,"dataGaLocation":420},"/ja-jp/resources/",[583,616,643],{"title":584,"items":585},"はじめに",[586,591,596,601,606,611],{"text":587,"config":588},"インストール",{"href":589,"dataGaName":590,"dataGaLocation":420},"/ja-jp/install/","install",{"text":592,"config":593},"クイックスタートガイド",{"href":594,"dataGaName":595,"dataGaLocation":420},"/ja-jp/get-started/","quick setup checklists",{"text":597,"config":598},"学ぶ",{"href":599,"dataGaLocation":420,"dataGaName":600},"https://university.gitlab.com/","learn",{"text":602,"config":603},"製品ドキュメント",{"href":604,"dataGaName":605,"dataGaLocation":420},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":607,"config":608},"ベストプラクティスビデオ",{"href":609,"dataGaName":610,"dataGaLocation":420},"/ja-jp/getting-started-videos/","best practice videos",{"text":612,"config":613},"インテグレーション",{"href":614,"dataGaName":615,"dataGaLocation":420},"/ja-jp/integrations/","integrations",{"title":617,"items":618},"検索する",[619,624,629,634,638],{"text":620,"config":621},"お客様成功事例",{"href":622,"dataGaName":623,"dataGaLocation":420},"/ja-jp/customers/","customer success stories",{"text":625,"config":626},"ブログ",{"href":627,"dataGaName":628,"dataGaLocation":420},"/ja-jp/blog/","blog",{"text":630,"config":631},"Demo Hub",{"href":632,"dataGaName":633,"dataGaLocation":420},"/ja-jp/demo-hub/","demo hub",{"text":635,"config":636},"The Source",{"href":637,"dataGaName":628,"dataGaLocation":420},"/ja-jp/the-source/",{"text":639,"config":640},"リモート",{"href":641,"dataGaName":642,"dataGaLocation":420},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":644,"items":645},"つなげる",[646,651,656,661,666,671],{"text":647,"config":648},"GitLabサービス",{"href":649,"dataGaName":650,"dataGaLocation":420},"/ja-jp/services/","services",{"text":652,"config":653},"コントリビュート",{"href":654,"dataGaName":655,"dataGaLocation":420},"https://contributors.gitlab.com","contribute",{"text":657,"config":658},"コミュニティ",{"href":659,"dataGaName":660,"dataGaLocation":420},"/community/","community",{"text":662,"config":663},"フォーラム",{"href":664,"dataGaName":665,"dataGaLocation":420},"https://forum.gitlab.com/","forum",{"text":667,"config":668},"イベント",{"href":669,"dataGaName":670,"dataGaLocation":420},"/events/","events",{"text":672,"config":673},"パートナー",{"href":674,"dataGaName":675,"dataGaLocation":420},"/ja-jp/partners/","partners",{"config":677,"title":680,"text":681,"link":682},{"background":678,"textColor":679},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":683,"config":684},"最新情報を読む",{"href":685,"dataGaName":686,"dataGaLocation":420},"/ja-jp/whats-new/","whats new",{"text":688,"config":689,"menu":691},"企業情報",{"dataNavLevelOne":690},"company",{"type":471,"columns":692},[693],{"items":694},[695,700,706,708,713,718,723,728,733,738],{"text":696,"config":697},"GitLabについて",{"href":698,"dataGaName":699,"dataGaLocation":420},"/ja-jp/company/","about",{"text":701,"config":702,"footerGa":705},"採用情報",{"href":703,"dataGaName":704,"dataGaLocation":420},"/jobs/","jobs",{"dataGaName":704},{"text":667,"config":707},{"href":669,"dataGaName":670,"dataGaLocation":420},{"text":709,"config":710},"経営陣",{"href":711,"dataGaName":712,"dataGaLocation":420},"/company/team/e-group/","leadership",{"text":714,"config":715},"ハンドブック",{"href":716,"dataGaName":717,"dataGaLocation":420},"https://handbook.gitlab.com/","handbook",{"text":719,"config":720},"投資家向け情報",{"href":721,"dataGaName":722,"dataGaLocation":420},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":724,"config":725},"トラストセンター",{"href":726,"dataGaName":727,"dataGaLocation":420},"/ja-jp/security/","trust center",{"text":729,"config":730},"AI Transparency Center",{"href":731,"dataGaName":732,"dataGaLocation":420},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":734,"config":735},"ニュースレター",{"href":736,"dataGaName":737,"dataGaLocation":420},"/company/contact/#contact-forms","newsletter",{"text":739,"config":740},"プレス",{"href":741,"dataGaName":742,"dataGaLocation":420},"/press/","press",{"text":744,"config":745,"menu":746},"お問い合わせ",{"dataNavLevelOne":690},{"type":471,"columns":747},[748],{"items":749},[750,755,760],{"text":751,"config":752},"お問い合わせはこちら",{"href":753,"dataGaName":754,"dataGaLocation":420},"/ja-jp/sales/","talk to sales",{"text":756,"config":757},"サポートを受ける",{"href":758,"dataGaName":759,"dataGaLocation":420},"https://support.gitlab.com/hc/en-us","support portal",{"text":761,"config":762},"カスタマーポータル",{"href":763,"dataGaName":764,"dataGaLocation":420},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":766,"login":767,"suggestions":774},"閉じる",{"text":768,"link":769},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":770,"config":771},"GitLab.com",{"href":434,"dataGaName":772,"dataGaLocation":773},"search login","search",{"text":775,"default":776},"提案",[777,779,784,786,790,794],{"text":451,"config":778},{"href":456,"dataGaName":451,"dataGaLocation":773},{"text":780,"config":781},"コード提案（AI）",{"href":782,"dataGaName":783,"dataGaLocation":773},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":487,"config":785},{"href":489,"dataGaName":487,"dataGaLocation":773},{"text":787,"config":788},"GitLab on AWS",{"href":789,"dataGaName":787,"dataGaLocation":773},"/ja-jp/partners/technology-partners/aws/",{"text":791,"config":792},"GitLab on Google Cloud",{"href":793,"dataGaName":791,"dataGaLocation":773},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":795,"config":796},"GitLabを選ぶ理由",{"href":464,"dataGaName":797,"dataGaLocation":773},"Why GitLab?",{"freeTrial":799,"mobileIcon":803,"desktopIcon":808,"secondaryButton":811},{"text":422,"config":800},{"href":801,"dataGaName":425,"dataGaLocation":802},"https://gitlab.com/-/trials/new/","nav",{"altText":804,"config":805},"GitLabアイコン",{"src":806,"dataGaName":807,"dataGaLocation":802},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":804,"config":809},{"src":810,"dataGaName":807,"dataGaLocation":802},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":584,"config":812},{"href":813,"dataGaName":814,"dataGaLocation":802},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":816,"mobileIcon":820,"desktopIcon":822},{"text":817,"config":818},"GitLab Duoの詳細について",{"href":456,"dataGaName":819,"dataGaLocation":802},"gitlab duo",{"altText":804,"config":821},{"src":806,"dataGaName":807,"dataGaLocation":802},{"altText":804,"config":823},{"src":810,"dataGaName":807,"dataGaLocation":802},{"button":825,"mobileIcon":830,"desktopIcon":832},{"text":826,"config":827},"/switch",{"href":828,"dataGaName":829,"dataGaLocation":802},"#contact","switch",{"altText":804,"config":831},{"src":806,"dataGaName":807,"dataGaLocation":802},{"altText":804,"config":833},{"src":834,"dataGaName":807,"dataGaLocation":802},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":836,"mobileIcon":841,"desktopIcon":843},{"text":837,"config":838},"料金ページに戻る",{"href":571,"dataGaName":839,"dataGaLocation":802,"icon":840},"back to pricing","GoBack",{"altText":804,"config":842},{"src":806,"dataGaName":807,"dataGaLocation":802},{"altText":804,"config":844},{"src":810,"dataGaName":807,"dataGaLocation":802},{"title":846,"button":847,"config":851},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":462,"config":848},{"href":849,"dataGaName":850,"dataGaLocation":420},"/ja-jp/gitlab-orbit/","orbit",{"layout":852,"disabled":405},"release",{"data":854},{"text":855,"source":856,"edit":862,"contribute":867,"config":872,"items":877,"minimal":1086},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":857,"config":858},"ページのソースを表示",{"href":859,"dataGaName":860,"dataGaLocation":861},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":863,"config":864},"このページを編集",{"href":865,"dataGaName":866,"dataGaLocation":861},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":868,"config":869},"ご協力をお願いします",{"href":870,"dataGaName":871,"dataGaLocation":861},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":873,"facebook":874,"youtube":875,"linkedin":876},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[878,923,976,1019,1053],{"title":569,"links":879,"subMenu":894},[880,884,889],{"text":881,"config":882},"プランの表示",{"href":571,"dataGaName":883,"dataGaLocation":861},"view plans",{"text":885,"config":886},"Premiumを選ぶ理由",{"href":887,"dataGaName":888,"dataGaLocation":861},"/ja-jp/pricing/premium/","why premium",{"text":890,"config":891},"Ultimateを選ぶ理由",{"href":892,"dataGaName":893,"dataGaLocation":861},"/ja-jp/pricing/ultimate/","why ultimate",[895],{"title":744,"links":896},[897,899,901,903,908,913,918],{"text":744,"config":898},{"href":753,"dataGaName":430,"dataGaLocation":861},{"text":756,"config":900},{"href":758,"dataGaName":759,"dataGaLocation":861},{"text":761,"config":902},{"href":763,"dataGaName":764,"dataGaLocation":861},{"text":904,"config":905},"ステータス",{"href":906,"dataGaName":907,"dataGaLocation":861},"https://status.gitlab.com/","status",{"text":909,"config":910},"利用規約",{"href":911,"dataGaName":912,"dataGaLocation":861},"/terms/","terms of use",{"text":914,"config":915},"プライバシーに関する声明",{"href":916,"dataGaName":917,"dataGaLocation":861},"/ja-jp/privacy/","privacy statement",{"text":919,"config":920},"Cookie 優先設定",{"dataGaName":921,"dataGaLocation":861,"id":922,"isOneTrustButton":399},"cookie preferences","ot-sdk-btn",{"title":467,"links":924,"subMenu":933},[925,929],{"text":926,"config":927},"DevSecOpsプラットフォーム",{"href":449,"dataGaName":928,"dataGaLocation":861},"devsecops platform",{"text":930,"config":931},"AI支援開発",{"href":456,"dataGaName":932,"dataGaLocation":861},"ai-assisted development",[934],{"title":935,"links":936},"トピック",[937,941,946,951,956,961,966,971],{"text":487,"config":938},{"href":939,"dataGaName":940,"dataGaLocation":861},"/ja-jp/topics/ci-cd/","cicd",{"text":942,"config":943},"GitOps",{"href":944,"dataGaName":945,"dataGaLocation":861},"/ja-jp/topics/gitops/","gitops",{"text":947,"config":948},"DevOps",{"href":949,"dataGaName":950,"dataGaLocation":861},"/ja-jp/topics/devops/","devops",{"text":952,"config":953},"バージョン管理",{"href":954,"dataGaName":955,"dataGaLocation":861},"/ja-jp/topics/version-control/","version control",{"text":957,"config":958},"DevSecOps",{"href":959,"dataGaName":960,"dataGaLocation":861},"/ja-jp/topics/devsecops/","devsecops",{"text":962,"config":963},"クラウドネイティブ",{"href":964,"dataGaName":965,"dataGaLocation":861},"/ja-jp/topics/cloud-native/","cloud native",{"text":967,"config":968},"コーディングのためのAI",{"href":969,"dataGaName":970,"dataGaLocation":861},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":972,"config":973},"エージェント型AI",{"href":974,"dataGaName":975,"dataGaLocation":861},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":977,"links":978},"ソリューション",[979,982,984,989,993,996,999,1002,1004,1006,1009,1014],{"text":512,"config":980},{"href":507,"dataGaName":981,"dataGaLocation":861},"Application Security Testing",{"text":499,"config":983},{"href":483,"dataGaName":484,"dataGaLocation":861},{"text":985,"config":986},"アジャイル開発",{"href":987,"dataGaName":988,"dataGaLocation":861},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":990,"config":991},"SCM",{"href":496,"dataGaName":992,"dataGaLocation":861},"source code management",{"text":487,"config":994},{"href":489,"dataGaName":995,"dataGaLocation":861},"continuous integration & delivery",{"text":538,"config":997},{"href":540,"dataGaName":998,"dataGaLocation":861},"value stream management",{"text":942,"config":1000},{"href":1001,"dataGaName":945,"dataGaLocation":861},"/ja-jp/solutions/gitops/",{"text":551,"config":1003},{"href":554,"dataGaName":555,"dataGaLocation":861},{"text":557,"config":1005},{"href":560,"dataGaName":561,"dataGaLocation":861},{"text":1007,"config":1008},"公共機関",{"href":566,"dataGaName":567,"dataGaLocation":861},{"text":1010,"config":1011},"教育",{"href":1012,"dataGaName":1013,"dataGaLocation":861},"/ja-jp/solutions/education/","education",{"text":1015,"config":1016},"金融サービス",{"href":1017,"dataGaName":1018,"dataGaLocation":861},"/ja-jp/solutions/finance/","financial services",{"title":1020,"links":1021},"リソース",[1022,1024,1026,1028,1032,1034,1037,1039,1041,1043,1045,1047,1049,1051],{"text":587,"config":1023},{"href":589,"dataGaName":590,"dataGaLocation":861},{"text":592,"config":1025},{"href":594,"dataGaName":595,"dataGaLocation":861},{"text":597,"config":1027},{"href":599,"dataGaName":600,"dataGaLocation":861},{"text":602,"config":1029},{"href":1030,"dataGaName":1031,"dataGaLocation":861},"https://docs.gitlab.com/ja-jp","docs",{"text":625,"config":1033},{"href":627,"dataGaName":628,"dataGaLocation":861},{"text":1035,"config":1036},"最新リリース",{"href":685,"dataGaName":686,"dataGaLocation":861},{"text":620,"config":1038},{"href":622,"dataGaName":623,"dataGaLocation":861},{"text":639,"config":1040},{"href":641,"dataGaName":642,"dataGaLocation":861},{"text":647,"config":1042},{"href":649,"dataGaName":650,"dataGaLocation":861},{"text":652,"config":1044},{"href":654,"dataGaName":655,"dataGaLocation":861},{"text":657,"config":1046},{"href":659,"dataGaName":660,"dataGaLocation":861},{"text":662,"config":1048},{"href":664,"dataGaName":665,"dataGaLocation":861},{"text":667,"config":1050},{"href":669,"dataGaName":670,"dataGaLocation":861},{"text":672,"config":1052},{"href":674,"dataGaName":675,"dataGaLocation":861},{"title":1054,"links":1055},"会社情報",[1056,1058,1060,1062,1064,1066,1070,1075,1077,1079,1081],{"text":696,"config":1057},{"href":698,"dataGaName":690,"dataGaLocation":861},{"text":701,"config":1059},{"href":703,"dataGaName":704,"dataGaLocation":861},{"text":709,"config":1061},{"href":711,"dataGaName":712,"dataGaLocation":861},{"text":714,"config":1063},{"href":716,"dataGaName":717,"dataGaLocation":861},{"text":719,"config":1065},{"href":721,"dataGaName":722,"dataGaLocation":861},{"text":1067,"config":1068},"Sustainability",{"href":1069,"dataGaName":1067,"dataGaLocation":861},"/sustainability/",{"text":1071,"config":1072},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1073,"dataGaName":1074,"dataGaLocation":861},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":724,"config":1076},{"href":726,"dataGaName":727,"dataGaLocation":861},{"text":734,"config":1078},{"href":736,"dataGaName":737,"dataGaLocation":861},{"text":739,"config":1080},{"href":741,"dataGaName":742,"dataGaLocation":861},{"text":1082,"config":1083},"現代奴隷制の透明性に関する声明",{"href":1084,"dataGaName":1085,"dataGaLocation":861},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1087},[1088,1090,1093],{"text":909,"config":1089},{"href":911,"dataGaName":912,"dataGaLocation":861},{"text":1091,"config":1092},"Cookieの設定",{"dataGaName":921,"dataGaLocation":861,"id":922,"isOneTrustButton":399},{"text":914,"config":1094},{"href":916,"dataGaName":917,"dataGaLocation":861},[1096],{"id":1097,"title":7,"body":398,"config":1098,"content":1100,"description":398,"extension":1103,"meta":1104,"navigation":399,"path":1105,"seo":1106,"stem":1107,"__hash__":1108},"blogAuthors/en-us/blog/authors/alisa-ho.yml",{"template":1099},"BlogAuthor",{"name":7,"config":1101},{"headshot":1102},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1771440109/xcnydlisb91u4qiwdyw2.jpg","yml",{},"/en-us/blog/authors/alisa-ho",{},"en-us/blog/authors/alisa-ho","WU4QiU5Np9PQ8aLtvZXnH41_rF4JeUvaD9lOvDqkzYw",[1110,1119,1127],{"title":1111,"description":1112,"heroImage":1113,"category":394,"date":1114,"authors":1115,"slug":1118,"externalUrl":398},"GitLab Secrets ManagerがESO、Terraform、APIに対応","スタック全体の認証情報管理をシンプルに。GitLab Secrets Managerは External Secrets Operator（ESO）、Terraform、Secrets Manager APIに対応し、CI/CD以外の ワークフローからもシークレットを安全に取得できます。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1759320418/xjmqcozxzt4frx0hori3.png","2026-08-06",[1116,1117],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":1120,"description":1121,"heroImage":1122,"category":394,"date":1123,"authors":1124,"slug":1126,"externalUrl":398},"GitLab Duoセキュリティレビューでスキャナーが見逃すロジックの欠陥を検出","AIによるセキュリティ推論で、コードレビューの段階のうちに認可の不備やビジネスロジックのエラー、レース条件を検出します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1783980535/t3gez0gpayfndrhncunf.png","2026-07-16",[1125],"Mark Settle","gitlab-duo-security-review-flow",{"title":1128,"description":1129,"heroImage":1122,"category":394,"date":1123,"authors":1130,"slug":1131,"externalUrl":398},"バージョンアップでビルドが壊れてもGitLabが修正します","依存関係の自動アップグレード、破壊的変更へのコード調整、承認のための変更ルーティングを実現するのはGitLabだけ。すべてのコンテキストを踏まえたネイティブな対応です。",[1125],"dependency-scanning-auto-remediation",{"promotions":1133},[1134,1148,1159,1170],{"id":1135,"categories":1136,"header":1138,"text":1139,"button":1140,"image":1145},"ai-modernization",[1137],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":1141,"config":1142},"AI成熟度スコアを確認する",{"href":1143,"dataGaName":1144,"dataGaLocation":628},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":1146},{"src":1147},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1149,"categories":1150,"header":1151,"text":1139,"button":1152,"image":1156},"devops-modernization",[411,960],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":1153,"config":1154},"DevOps成熟度スコアを確認しましょう",{"href":1155,"dataGaName":1144,"dataGaLocation":628},"/ja-jp/assessments/devops-modernization-assessment/",{"config":1157},{"src":1158},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1160,"categories":1161,"header":1162,"text":1139,"button":1163,"image":1167},"security-modernization",[394],"スピードのためにセキュリティを犠牲にしていませんか？",{"text":1164,"config":1165},"セキュリティ成熟度スコアを確認しましょう",{"href":1166,"dataGaName":1144,"dataGaLocation":628},"/ja-jp/assessments/security-modernization-assessment/",{"config":1168},{"src":1169},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1171,"paths":1172,"header":1175,"text":1176,"button":1177,"image":1182},"github-azure-migration",[1173,1174],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":1178,"config":1179},"GitLabとGitHubの比較を見る",{"href":1180,"dataGaName":1181,"dataGaLocation":628},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1183},{"src":1158},{"header":1185,"blurb":1186,"button":1187,"secondaryButton":1191},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":422,"config":1188},{"href":1189,"dataGaName":425,"dataGaLocation":1190},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":744,"config":1192},{"href":753,"dataGaName":430,"dataGaLocation":1190},1786142770535]