[{"data":1,"prerenderedAt":938},["ShallowReactive",2],{"/ja-jp/blog/one-vulnerability-view":3,"navigation-ja-jp":172,"banner-ja-jp":590,"footer-ja-jp":599,"blog-post-authors-ja-jp-Alisa Ho":840,"blog-related-posts-ja-jp-one-vulnerability-view":854,"blog-promotions-ja-jp":877,"next-steps-ja-jp":929},{"id":4,"title":5,"authors":6,"body":8,"category":151,"date":152,"description":153,"extension":154,"externalUrl":155,"featured":156,"heroImage":157,"meta":158,"navigation":159,"path":160,"seo":161,"slug":163,"stem":164,"tags":165,"template":169,"updatedDate":170,"__hash__":171},"blogPosts/ja-jp/blog/one-vulnerability-view.md","脆弱性の一元管理ビュー：スキャナーカバレッジからAIガバナンスまで",[7],"Alisa Ho",{"type":9,"value":10,"toc":143},"minimark",[11,22,26,29,38,53,62,66,70,73,87,91,93,97,100,115,118,125,128,131],[12,13,14,15,21],"p",{},"多くの企業は、複数の異なるセキュリティスキャナーを使用しており、それぞれのスキャナーはプロジェクトごとに個別に設定・適用されています。どのスキャナーがどこで動作しているかを一元的に把握する手段がなければ、ポリシーの形骸化、盲点の見落とし、そして重要なプロジェクトが気づかないうちに保護されない状況が生まれてしまいます。",[16,17,20],"a",{"href":18,"rel":19},"https://docs.gitlab.com/ja-jp/releases/19/gitlab-19-1-released/",[],"GitLab 19.1","では、既存のセキュリティスキャナーを統合し、スキャナーカバレッジを一つのビューで把握できるようになりました。GitLabは、すべてのプロジェクトにわたってサードパーティスキャナーをスケールで適用し、検出された脆弱性を自動的に修正します。ガバナンスの面では、AIの監査イベントストリーミングのベータ版を提供開始します。これにより、エージェントが安全に動作しているかどうかを確認できます。",[23,24,25],"h2",{"id":25},"あらゆるプロジェクトにサードパーティスキャナーをスケールで適用する",[12,27,28],{},"多くのセキュリティチームにとって、アプリケーションセキュリティで最も難しい課題はスキャナーカバレッジです。スキャナーはプロジェクトごとに個別に設定されるため、スキャナーが実行されるかどうかは各チームの設定次第です。新しいプロジェクトが見落とされ、スキャンされていないことに気づくまでに数週間かかることもあります。カバレッジが暗黙知に依存している場合、コードがスキャンされないままリリースされ、脆弱性が本番環境に流入し、監査で問題が露呈します。",[12,30,31,32,37],{},"GitLabのすべてのプロジェクトにわたって、サードパーティスキャナーをスケールで適用できるようになりました。",[16,33,36],{"href":34,"rel":35},"https://docs.gitlab.com/ja-jp/user/application_security/detect/sarif/",[],"SARIF形式で出力する","スキャナーであれば、ポリシーのもとで動作させることができ、検出された脆弱性はGitLabにネイティブに取り込まれます。すべての検出結果は、同じルールで管理された一つの脆弱性ビューに集約されるため、カバレッジは期待するものではなく、証明できるものになります。",[12,39,40,41,46,47,52],{},"さらに、サードパーティスキャナーの検出結果は、GitLabネイティブスキャナーの検出結果と同様に、GitLab Duo Agent Platformの自動修正ワークフローで処理されます。",[16,42,45],{"href":43,"rel":44},"https://docs.gitlab.com/ja-jp/user/application_security/vulnerabilities/false_positive_detection/",[],"SAST誤検出検知","が検出結果をトリアージして実際のリスクを持つものを優先し、",[16,48,51],{"href":49,"rel":50},"https://docs.gitlab.com/ja-jp/user/application_security/vulnerabilities/agentic_vulnerability_resolution/",[],"エージェント型SASTの脆弱性解決","が本番環境に流入する前に自動修正するマージリクエストを作成します。チームは、すべてのスキャナーにわたる一元的なビューで証明可能なカバレッジを手に入れ、サードパーティの検出結果についても自動修正が実現します。",[54,55],"iframe",{"src":56,"frameBorder":57,"allow":58,"referrerPolicy":59,"style":60,"title":61},"https://player.vimeo.com/video/1202311140?badge=0&autopause=0&player_id=0&app_id=58479","0","autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share","strict-origin-when-cross-origin","position:absolute;top:0;left:0;width:100%;height:100%;","GitLab 19.1 Secret False Positive Detection",[63,64],"script",{"src":65},"https://player.vimeo.com/api/player.js",[23,67,69],{"id":68},"シークレットをより早く検出し誤検出への対応時間を削減する","シークレットをより早く検出し、誤検出への対応時間を削減する",[12,71,72],{},"シークレット検出はパイプラインで動作し、漏洩した認証情報を検出しますが、これまでチームは二つの課題に直面してきました。見落とされるシークレットと、ノイズの多い検出結果です。新しいブランチでは最新のコミットのみがスキャンされるため、それより前にコミットされたシークレットが気づかれないままリリースされることがあります。また、検出結果にはテスト用認証情報やプレースホルダーの値、サンプルトークンが混在するため、開発者は実際のリスクへの対応ではなくノイズのクリアに時間を費やしていました。",[12,74,75,80,81,86],{},[16,76,79],{"href":77,"rel":78},"https://docs.gitlab.com/ja-jp/user/application_security/secret_detection/pipeline/#coverage",[],"シークレット検出","が新しいブランチ上のすべてのコミットをスキャンするようになりました（最新のコミットのみではありません）。また、一般提供となった",[16,82,85],{"href":83,"rel":84},"https://docs.gitlab.com/ja-jp/user/application_security/vulnerabilities/secret_false_positive_detection/",[],"シークレット誤検出検知","が、脆弱性レポートに表示される各検出結果に信頼スコアと説明を追加します。チームは、シークレットが混入した箇所を問わず検出でき、誤検出ではなく実際のリスクの低減に時間を集中できます。",[54,88],{"src":89,"frameBorder":57,"allow":58,"referrerPolicy":59,"style":60,"title":90},"https://player.vimeo.com/video/1202311152?badge=0&autopause=0&player_id=0&app_id=58479","GitLab 19.1 Integrating 3rd party Scanners via SARIF Ingestion",[63,92],{"src":65},[23,94,96],{"id":95},"aiエージェントの権限を定義しそれを証明する","AIエージェントの権限を定義し、それを証明する",[12,98,99],{},"企業はコーディングにAIエージェントを採用しています。エージェントはマージリクエストを作成し、ツールを呼び出し、開発者と並行してコードをコミットします。しかし、エージェントがプロジェクトで承認されると、誰かが事前にアクションを確認しなくても、書き込み・削除・プッシュができてしまいます。企業は、エージェントが変更を加えた場合でも、開発者が加えた場合でも、コードベースの変更に対して責任を負います。企業はエージェントが実行前に何をしてよいかを決め、実行後に何をしたかを正確に示せなければなりません。",[12,101,102,103,108,109,114],{},"GitLab 19.1はそのガバナンスのギャップを埋めます。ベータ版として提供開始した",[16,104,107],{"href":105,"rel":106},"https://docs.gitlab.com/ja-jp/administration/compliance/audit_event_streaming/#ai-audit-event-streaming",[],"AIの監査イベントストリーミング","により、エージェントが実行したすべてのアクションが監査イベントとして記録され、監査証跡の他のデータとともに、設定した監査ログの送信先にストリーミングされます。また、このリリースではプラットフォーム上でエージェントが実行できる操作をコントロールする機能も提供します。同じくベータ版の",[16,110,113],{"href":111,"rel":112},"https://docs.gitlab.com/ja-jp/user/duo_agent_platform/",[],"エージェントツール承認ガードレール","により、管理者は各エージェントツールを「自律実行」「人による承認待ち」「ブロック」のいずれかに設定できます。ファイルの書き込みやリソースの削除といった重要なアクションは、チームのレビュアーが承認するまで実行されません。すべての承認決定は監査イベントとして記録され、チームが事後確認できます。",[12,116,117],{},"その結果、ガバナンスの効いた自律性が実現します。エージェントは設定されたガードレールの範囲内でエンドツーエンドで動作し、リスクのあるアクションは担当者が承認しない限りコードベースには反映されません。後から監査担当者やインシデント対応者がエージェントの行動を問われたとき、その答えはすでに監査証跡の中にあります。",[12,119,120],{},[121,122],"img",{"alt":123,"src":124,"title":123},"エージェントの高重大度の検出結果を人の承認なしに却下したことが警告としてフラグされた、エージェントアクティビティの監査証跡","https://res.cloudinary.com/about-gitlab-com/image/upload/v1781722199/y7hx7pqbsr1opn6dqnxh.png",[23,126,127],{"id":127},"エージェントにガバナンスの効いた自律性を",[12,129,130],{},"GitLab 19.1は、コードベース内のエージェントにガバナンスをもたらします。すべてのプロジェクトで完全なセキュリティスキャナーカバレッジを実現し、サードパーティスキャナーの自動修正も可能にします。エージェントが実行前に何をしてよいかを設定でき、すべてのアクションが監査証跡に記録されます。",[132,133,134],"blockquote",{},[12,135,136,137,142],{},"エージェントが設定したガードレールの範囲内で何ができるかを確認し、実行内容を証明するには、",[16,138,141],{"href":139,"rel":140},"https://about.gitlab.com/ja-jp/gitlab-duo-agent-platform/?utm_medium=blog&utm_source=blog&utm_campaign=eg_apac_brand_x_x_ja_gitlabjapanblogseo_one-vulnerability-view",[],"GitLab Duo Agent Platformの無料トライアルをお申し込みください","。",{"title":144,"searchDepth":145,"depth":145,"links":146},"",2,[147,148,149,150],{"id":25,"depth":145,"text":25},{"id":68,"depth":145,"text":69},{"id":95,"depth":145,"text":96},{"id":127,"depth":145,"text":127},"security","2026-06-18","AIがコードを書く時代に、セキュリティも進化が求められます。GitLabは、サードパーティスキャナーを含む全スキャナーのカバレッジ管理、脆弱性の検出・自動修正、そしてAIエージェントに対するガバナンスを、一つのプラットフォームで実現します。","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1781621337/mtjqzed2cqtef0frmor2.png",{},true,"/ja-jp/blog/one-vulnerability-view",{"config":162,"title":5,"description":153},{"noIndex":156},"one-vulnerability-view","ja-jp/blog/one-vulnerability-view",[166,151,167,168],"AI","product","features","BlogPost","2026-06-19","_1RFf3r8UyUmnmCnW_BQ14rWH_cAwPDxhN0ihPBJB3A",{"logo":173,"freeTrial":178,"sales":183,"login":188,"items":193,"search":510,"minimal":543,"duo":560,"switchNav":569,"pricingDeployment":580},{"config":174},{"href":175,"dataGaName":176,"dataGaLocation":177},"/ja-jp/","gitlab logo","header",{"text":179,"config":180},"無料トライアルを開始",{"href":181,"dataGaName":182,"dataGaLocation":177},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":184,"config":185},"お問い合わせはこちら",{"href":186,"dataGaName":187,"dataGaLocation":177},"/ja-jp/sales/","sales",{"text":189,"config":190},"サインイン",{"href":191,"dataGaName":192,"dataGaLocation":177},"https://gitlab.com/users/sign_in/","sign in",[194,223,325,330,434,490],{"text":195,"config":196,"menu":198},"プラットフォーム",{"dataNavLevelOne":197},"platform",{"type":199,"columns":200},"cards",[201,207,215],{"title":195,"description":202,"link":203},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":204,"config":205},"プラットフォームの詳細はこちら",{"href":206,"dataGaName":197,"dataGaLocation":177},"/ja-jp/platform/",{"title":208,"description":209,"link":210},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":211,"config":212},"GitLab Duoのご紹介",{"href":213,"dataGaName":214,"dataGaLocation":177},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":216,"description":217,"link":218},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":219,"config":220},"詳細はこちら",{"href":221,"dataGaName":222,"dataGaLocation":177},"/ja-jp/why-gitlab/","why gitlab",{"text":224,"left":159,"config":225,"menu":227},"製品",{"dataNavLevelOne":226},"solutions",{"type":228,"link":229,"columns":233,"feature":304},"lists",{"text":230,"config":231},"すべてのソリューションを表示",{"href":232,"dataGaName":226,"dataGaLocation":177},"/ja-jp/solutions/",[234,259,282],{"title":235,"description":236,"link":237,"items":242},"自動化","CI/CDと自動化でデプロイを加速",{"config":238},{"icon":239,"href":240,"dataGaName":241,"dataGaLocation":177},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[243,247,250,255],{"text":244,"config":245},"CI/CD",{"href":246,"dataGaLocation":177,"dataGaName":244},"/ja-jp/solutions/continuous-integration/",{"text":208,"config":248},{"href":213,"dataGaLocation":177,"dataGaName":249},"gitlab duo agent platform - product menu",{"text":251,"config":252},"ソースコード管理",{"href":253,"dataGaLocation":177,"dataGaName":254},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":256,"config":257},"自動化されたソフトウェアデリバリー",{"href":240,"dataGaLocation":177,"dataGaName":258},"Automated software delivery",{"title":260,"description":261,"link":262,"items":267},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":263},{"href":264,"dataGaName":265,"dataGaLocation":177,"icon":266},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[268,272,277],{"text":269,"config":270},"アプリケーションセキュリティテスト",{"href":264,"dataGaName":271,"dataGaLocation":177},"Application security testing",{"text":273,"config":274},"ソフトウェアサプライチェーンセキュリティ",{"href":275,"dataGaLocation":177,"dataGaName":276},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":278,"config":279},"ソフトウェアコンプライアンス",{"href":280,"dataGaName":281,"dataGaLocation":177},"/ja-jp/solutions/software-compliance/","software compliance",{"title":283,"link":284,"items":289},"測定",{"config":285},{"icon":286,"href":287,"dataGaName":288,"dataGaLocation":177},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[290,294,299],{"text":291,"config":292},"可視性と測定",{"href":287,"dataGaLocation":177,"dataGaName":293},"Visibility and Measurement",{"text":295,"config":296},"バリューストリーム管理",{"href":297,"dataGaLocation":177,"dataGaName":298},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":300,"config":301},"分析とインサイト",{"href":302,"dataGaLocation":177,"dataGaName":303},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":305,"type":228,"items":306},"GitLabが活躍する場所",[307,313,319],{"text":308,"config":309},"大企業",{"icon":310,"href":311,"dataGaLocation":177,"dataGaName":312},"Building","/ja-jp/enterprise/","enterprise",{"text":314,"config":315},"スモールビジネス",{"icon":316,"href":317,"dataGaLocation":177,"dataGaName":318},"Work","/ja-jp/small-business/","small business",{"text":320,"config":321},"公共部門",{"icon":322,"href":323,"dataGaLocation":177,"dataGaName":324},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":326,"config":327},"価格",{"href":328,"dataGaName":329,"dataGaLocation":177,"dataNavLevelOne":329},"/ja-jp/pricing/","pricing",{"text":331,"config":332,"menu":334},"関連リソース",{"dataNavLevelOne":333},"resources",{"type":228,"link":335,"columns":339,"feature":423},{"text":336,"config":337},"すべてのリソースを表示",{"href":338,"dataGaName":333,"dataGaLocation":177},"/ja-jp/resources/",[340,373,395],{"title":341,"items":342},"はじめに",[343,348,353,358,363,368],{"text":344,"config":345},"インストール",{"href":346,"dataGaName":347,"dataGaLocation":177},"/ja-jp/install/","install",{"text":349,"config":350},"クイックスタートガイド",{"href":351,"dataGaName":352,"dataGaLocation":177},"/ja-jp/get-started/","quick setup checklists",{"text":354,"config":355},"学ぶ",{"href":356,"dataGaLocation":177,"dataGaName":357},"https://university.gitlab.com/","learn",{"text":359,"config":360},"製品ドキュメント",{"href":361,"dataGaName":362,"dataGaLocation":177},"https://docs.gitlab.com/","product documentation",{"text":364,"config":365},"ベストプラクティスビデオ",{"href":366,"dataGaName":367,"dataGaLocation":177},"/ja-jp/getting-started-videos/","best practice videos",{"text":369,"config":370},"インテグレーション",{"href":371,"dataGaName":372,"dataGaLocation":177},"/ja-jp/integrations/","integrations",{"title":374,"items":375},"検索する",[376,381,386,390],{"text":377,"config":378},"お客様成功事例",{"href":379,"dataGaName":380,"dataGaLocation":177},"/ja-jp/customers/","customer success stories",{"text":382,"config":383},"ブログ",{"href":384,"dataGaName":385,"dataGaLocation":177},"/ja-jp/blog/","blog",{"text":387,"config":388},"The Source",{"href":389,"dataGaName":385,"dataGaLocation":177},"/ja-jp/the-source/",{"text":391,"config":392},"リモート",{"href":393,"dataGaName":394,"dataGaLocation":177},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":396,"items":397},"つなげる",[398,403,408,413,418],{"text":399,"config":400},"GitLabサービス",{"href":401,"dataGaName":402,"dataGaLocation":177},"/ja-jp/services/","services",{"text":404,"config":405},"コミュニティ",{"href":406,"dataGaName":407,"dataGaLocation":177},"/community/","community",{"text":409,"config":410},"フォーラム",{"href":411,"dataGaName":412,"dataGaLocation":177},"https://forum.gitlab.com/","forum",{"text":414,"config":415},"イベント",{"href":416,"dataGaName":417,"dataGaLocation":177},"/events/","events",{"text":419,"config":420},"パートナー",{"href":421,"dataGaName":422,"dataGaLocation":177},"/ja-jp/partners/","partners",{"config":424,"title":427,"text":428,"link":429},{"background":425,"textColor":426},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":430,"config":431},"最新情報を読む",{"href":432,"dataGaName":433,"dataGaLocation":177},"/ja-jp/whats-new/","whats new",{"text":435,"config":436,"menu":438},"企業情報",{"dataNavLevelOne":437},"company",{"type":228,"columns":439},[440],{"items":441},[442,447,453,455,460,465,470,475,480,485],{"text":443,"config":444},"GitLabについて",{"href":445,"dataGaName":446,"dataGaLocation":177},"/ja-jp/company/","about",{"text":448,"config":449,"footerGa":452},"採用情報",{"href":450,"dataGaName":451,"dataGaLocation":177},"/jobs/","jobs",{"dataGaName":451},{"text":414,"config":454},{"href":416,"dataGaName":417,"dataGaLocation":177},{"text":456,"config":457},"経営陣",{"href":458,"dataGaName":459,"dataGaLocation":177},"/company/team/e-group/","leadership",{"text":461,"config":462},"ハンドブック",{"href":463,"dataGaName":464,"dataGaLocation":177},"https://handbook.gitlab.com/","handbook",{"text":466,"config":467},"投資家向け情報",{"href":468,"dataGaName":469,"dataGaLocation":177},"https://ir.gitlab.com/","investor relations",{"text":471,"config":472},"トラストセンター",{"href":473,"dataGaName":474,"dataGaLocation":177},"/ja-jp/security/","trust center",{"text":476,"config":477},"AI Transparency Center",{"href":478,"dataGaName":479,"dataGaLocation":177},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":481,"config":482},"ニュースレター",{"href":483,"dataGaName":484,"dataGaLocation":177},"/company/contact/#contact-forms","newsletter",{"text":486,"config":487},"プレス",{"href":488,"dataGaName":489,"dataGaLocation":177},"/press/","press",{"text":491,"config":492,"menu":493},"お問い合わせ",{"dataNavLevelOne":437},{"type":228,"columns":494},[495],{"items":496},[497,500,505],{"text":184,"config":498},{"href":186,"dataGaName":499,"dataGaLocation":177},"talk to sales",{"text":501,"config":502},"サポートを受ける",{"href":503,"dataGaName":504,"dataGaLocation":177},"https://support.gitlab.com","support portal",{"text":506,"config":507},"カスタマーポータル",{"href":508,"dataGaName":509,"dataGaLocation":177},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":511,"login":512,"suggestions":519},"閉じる",{"text":513,"link":514},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":515,"config":516},"GitLab.com",{"href":191,"dataGaName":517,"dataGaLocation":518},"search login","search",{"text":520,"default":521},"提案",[522,524,529,531,535,539],{"text":208,"config":523},{"href":213,"dataGaName":208,"dataGaLocation":518},{"text":525,"config":526},"コード提案（AI）",{"href":527,"dataGaName":528,"dataGaLocation":518},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":244,"config":530},{"href":246,"dataGaName":244,"dataGaLocation":518},{"text":532,"config":533},"GitLab on AWS",{"href":534,"dataGaName":532,"dataGaLocation":518},"/ja-jp/partners/technology-partners/aws/",{"text":536,"config":537},"GitLab on Google Cloud",{"href":538,"dataGaName":536,"dataGaLocation":518},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":540,"config":541},"GitLabを選ぶ理由",{"href":221,"dataGaName":542,"dataGaLocation":518},"Why GitLab?",{"freeTrial":544,"mobileIcon":548,"desktopIcon":553,"secondaryButton":556},{"text":179,"config":545},{"href":546,"dataGaName":182,"dataGaLocation":547},"https://gitlab.com/-/trials/new/","nav",{"altText":549,"config":550},"GitLabアイコン",{"src":551,"dataGaName":552,"dataGaLocation":547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":549,"config":554},{"src":555,"dataGaName":552,"dataGaLocation":547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":341,"config":557},{"href":558,"dataGaName":559,"dataGaLocation":547},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":561,"mobileIcon":565,"desktopIcon":567},{"text":562,"config":563},"GitLab Duoの詳細について",{"href":213,"dataGaName":564,"dataGaLocation":547},"gitlab duo",{"altText":549,"config":566},{"src":551,"dataGaName":552,"dataGaLocation":547},{"altText":549,"config":568},{"src":555,"dataGaName":552,"dataGaLocation":547},{"button":570,"mobileIcon":575,"desktopIcon":577},{"text":571,"config":572},"/switch",{"href":573,"dataGaName":574,"dataGaLocation":547},"#contact","switch",{"altText":549,"config":576},{"src":551,"dataGaName":552,"dataGaLocation":547},{"altText":549,"config":578},{"src":579,"dataGaName":552,"dataGaLocation":547},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":581,"mobileIcon":586,"desktopIcon":588},{"text":582,"config":583},"料金ページに戻る",{"href":328,"dataGaName":584,"dataGaLocation":547,"icon":585},"back to pricing","GoBack",{"altText":549,"config":587},{"src":551,"dataGaName":552,"dataGaLocation":547},{"altText":549,"config":589},{"src":555,"dataGaName":552,"dataGaLocation":547},{"title":591,"button":592,"config":597},"エージェント型AIがソフトウェアデリバリーをどのように変革するかをご覧ください",{"text":593,"config":594},"6月18日のGitLab Transcend日本開催版に参加ください",{"href":595,"dataGaName":596,"dataGaLocation":177},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":598,"disabled":156},"release",{"data":600},{"text":601,"source":602,"edit":608,"contribute":613,"config":618,"items":623,"minimal":831},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":603,"config":604},"ページのソースを表示",{"href":605,"dataGaName":606,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":609,"config":610},"このページを編集",{"href":611,"dataGaName":612,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":614,"config":615},"ご協力をお願いします",{"href":616,"dataGaName":617,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":619,"facebook":620,"youtube":621,"linkedin":622},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[624,669,722,766,798],{"title":326,"links":625,"subMenu":640},[626,630,635],{"text":627,"config":628},"プランの表示",{"href":328,"dataGaName":629,"dataGaLocation":607},"view plans",{"text":631,"config":632},"Premiumを選ぶ理由",{"href":633,"dataGaName":634,"dataGaLocation":607},"/ja-jp/pricing/premium/","why premium",{"text":636,"config":637},"Ultimateを選ぶ理由",{"href":638,"dataGaName":639,"dataGaLocation":607},"/ja-jp/pricing/ultimate/","why ultimate",[641],{"title":491,"links":642},[643,645,647,649,654,659,664],{"text":491,"config":644},{"href":186,"dataGaName":187,"dataGaLocation":607},{"text":501,"config":646},{"href":503,"dataGaName":504,"dataGaLocation":607},{"text":506,"config":648},{"href":508,"dataGaName":509,"dataGaLocation":607},{"text":650,"config":651},"ステータス",{"href":652,"dataGaName":653,"dataGaLocation":607},"https://status.gitlab.com/","status",{"text":655,"config":656},"利用規約",{"href":657,"dataGaName":658,"dataGaLocation":607},"/terms/","terms of use",{"text":660,"config":661},"プライバシーに関する声明",{"href":662,"dataGaName":663,"dataGaLocation":607},"/ja-jp/privacy/","privacy statement",{"text":665,"config":666},"Cookie 優先設定",{"dataGaName":667,"dataGaLocation":607,"id":668,"isOneTrustButton":159},"cookie preferences","ot-sdk-btn",{"title":224,"links":670,"subMenu":679},[671,675],{"text":672,"config":673},"DevSecOpsプラットフォーム",{"href":206,"dataGaName":674,"dataGaLocation":607},"devsecops platform",{"text":676,"config":677},"AI支援開発",{"href":213,"dataGaName":678,"dataGaLocation":607},"ai-assisted development",[680],{"title":681,"links":682},"トピック",[683,687,692,697,702,707,712,717],{"text":244,"config":684},{"href":685,"dataGaName":686,"dataGaLocation":607},"/ja-jp/topics/ci-cd/","cicd",{"text":688,"config":689},"GitOps",{"href":690,"dataGaName":691,"dataGaLocation":607},"/ja-jp/topics/gitops/","gitops",{"text":693,"config":694},"DevOps",{"href":695,"dataGaName":696,"dataGaLocation":607},"/ja-jp/topics/devops/","devops",{"text":698,"config":699},"バージョン管理",{"href":700,"dataGaName":701,"dataGaLocation":607},"/ja-jp/topics/version-control/","version control",{"text":703,"config":704},"DevSecOps",{"href":705,"dataGaName":706,"dataGaLocation":607},"/ja-jp/topics/devsecops/","devsecops",{"text":708,"config":709},"クラウドネイティブ",{"href":710,"dataGaName":711,"dataGaLocation":607},"/ja-jp/topics/cloud-native/","cloud native",{"text":713,"config":714},"コーディングのためのAI",{"href":715,"dataGaName":716,"dataGaLocation":607},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":718,"config":719},"エージェント型AI",{"href":720,"dataGaName":721,"dataGaLocation":607},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":723,"links":724},"ソリューション",[725,728,730,735,739,742,745,748,751,753,756,761],{"text":269,"config":726},{"href":264,"dataGaName":727,"dataGaLocation":607},"Application Security Testing",{"text":256,"config":729},{"href":240,"dataGaName":241,"dataGaLocation":607},{"text":731,"config":732},"アジャイル開発",{"href":733,"dataGaName":734,"dataGaLocation":607},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":736,"config":737},"SCM",{"href":253,"dataGaName":738,"dataGaLocation":607},"source code management",{"text":244,"config":740},{"href":246,"dataGaName":741,"dataGaLocation":607},"continuous integration & delivery",{"text":295,"config":743},{"href":297,"dataGaName":744,"dataGaLocation":607},"value stream management",{"text":688,"config":746},{"href":747,"dataGaName":691,"dataGaLocation":607},"/ja-jp/solutions/gitops/",{"text":749,"config":750},"エンタープライズ",{"href":311,"dataGaName":312,"dataGaLocation":607},{"text":314,"config":752},{"href":317,"dataGaName":318,"dataGaLocation":607},{"text":754,"config":755},"公共機関",{"href":323,"dataGaName":324,"dataGaLocation":607},{"text":757,"config":758},"教育",{"href":759,"dataGaName":760,"dataGaLocation":607},"/ja-jp/solutions/education/","education",{"text":762,"config":763},"金融サービス",{"href":764,"dataGaName":765,"dataGaLocation":607},"/ja-jp/solutions/finance/","financial services",{"title":767,"links":768},"リソース",[769,771,773,775,779,781,784,786,788,790,792,794,796],{"text":344,"config":770},{"href":346,"dataGaName":347,"dataGaLocation":607},{"text":349,"config":772},{"href":351,"dataGaName":352,"dataGaLocation":607},{"text":354,"config":774},{"href":356,"dataGaName":357,"dataGaLocation":607},{"text":359,"config":776},{"href":777,"dataGaName":778,"dataGaLocation":607},"https://docs.gitlab.com/ja-jp/","docs",{"text":382,"config":780},{"href":384,"dataGaName":385,"dataGaLocation":607},{"text":782,"config":783},"新着情報",{"href":432,"dataGaName":433,"dataGaLocation":607},{"text":377,"config":785},{"href":379,"dataGaName":380,"dataGaLocation":607},{"text":391,"config":787},{"href":393,"dataGaName":394,"dataGaLocation":607},{"text":399,"config":789},{"href":401,"dataGaName":402,"dataGaLocation":607},{"text":404,"config":791},{"href":406,"dataGaName":407,"dataGaLocation":607},{"text":409,"config":793},{"href":411,"dataGaName":412,"dataGaLocation":607},{"text":414,"config":795},{"href":416,"dataGaName":417,"dataGaLocation":607},{"text":419,"config":797},{"href":421,"dataGaName":422,"dataGaLocation":607},{"title":799,"links":800},"会社情報",[801,803,805,807,809,811,815,820,822,824,826],{"text":443,"config":802},{"href":445,"dataGaName":437,"dataGaLocation":607},{"text":448,"config":804},{"href":450,"dataGaName":451,"dataGaLocation":607},{"text":456,"config":806},{"href":458,"dataGaName":459,"dataGaLocation":607},{"text":461,"config":808},{"href":463,"dataGaName":464,"dataGaLocation":607},{"text":466,"config":810},{"href":468,"dataGaName":469,"dataGaLocation":607},{"text":812,"config":813},"Sustainability",{"href":814,"dataGaName":812,"dataGaLocation":607},"/sustainability/",{"text":816,"config":817},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":818,"dataGaName":819,"dataGaLocation":607},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":471,"config":821},{"href":473,"dataGaName":474,"dataGaLocation":607},{"text":481,"config":823},{"href":483,"dataGaName":484,"dataGaLocation":607},{"text":486,"config":825},{"href":488,"dataGaName":489,"dataGaLocation":607},{"text":827,"config":828},"現代奴隷制の透明性に関する声明",{"href":829,"dataGaName":830,"dataGaLocation":607},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":832},[833,835,838],{"text":655,"config":834},{"href":657,"dataGaName":658,"dataGaLocation":607},{"text":836,"config":837},"Cookieの設定",{"dataGaName":667,"dataGaLocation":607,"id":668,"isOneTrustButton":159},{"text":660,"config":839},{"href":662,"dataGaName":663,"dataGaLocation":607},[841],{"id":842,"title":7,"body":155,"config":843,"content":845,"description":155,"extension":848,"meta":849,"navigation":159,"path":850,"seo":851,"stem":852,"__hash__":853},"blogAuthors/en-us/blog/authors/alisa-ho.yml",{"template":844},"BlogAuthor",{"name":7,"config":846},{"headshot":847},"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",[855,863,870],{"title":856,"description":857,"heroImage":858,"category":151,"date":859,"authors":860,"slug":862,"externalUrl":155},"数分でコードベース全体のセキュリティスキャンを完全カバー","GitLab 19.0のセキュリティ設定プロファイルを活用すると、SAST・依存関係スキャン・シークレット検出を数千のプロジェクトに一括適用できます。YAMLファイルを編集せずにスキャナーカバレッジを迅速に確立し、セキュリティの抜け漏れをなくします。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1779189265/iqzyhhiwagxzwywvjzow.png","2026-05-26",[861],"Michael Omokoh","security-configuration-profiles",{"title":864,"description":865,"heroImage":858,"category":151,"date":859,"authors":866,"slug":869,"externalUrl":155},"SBOMベースの依存関係スキャンでサプライチェーンリスクを軽減","GitLab 19.0でSBOMベースの依存関係スキャンが一般提供開始。プロジェクト内の直接・推移的依存関係を網羅的に一覧化し、脆弱なパッケージがプロジェクトに混入した経路を追跡します。コードが実際に使用している脆弱性を優先的に特定・修正できます。",[867,868],"Mark Settle","Joel Patterson","sbom-based-dependency-scanning",{"title":871,"description":872,"heroImage":858,"category":151,"date":873,"authors":874,"slug":876,"externalUrl":155},"GitLab Secrets ManagerでCI/CD認証情報を管理","CI/CD変数への認証情報の保存をやめましょう。GitLab Secrets Managerでは、各シークレットを環境またはブランチにスコープし、コードと同じアクセス制御で管理できます。GitLab 19.0でパブリックベータ版を提供開始。","2026-05-21",[875,867],"Joe Randazzo","secrets-manager-in-public-beta",{"promotions":878},[879,893,904,915],{"id":880,"categories":881,"header":883,"text":884,"button":885,"image":890},"ai-modernization",[882],"ai","AIの真価、組織全体で発揮できていますか？","所要時間は5分以内です",{"text":886,"config":887},"AI成熟度スコアを確認する",{"href":888,"dataGaName":889,"dataGaLocation":385},"/ja-jp/assessments/ai-modernization-assessment/","modernization assessment",{"config":891},{"src":892},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":894,"categories":895,"header":896,"text":884,"button":897,"image":901},"devops-modernization",[167,706],"単にツールを管理するだけでなく、イノベーションを提供していますか？",{"text":898,"config":899},"DevOps成熟度スコアを確認しましょう",{"href":900,"dataGaName":889,"dataGaLocation":385},"/ja-jp/assessments/devops-modernization-assessment/",{"config":902},{"src":903},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":905,"categories":906,"header":907,"text":884,"button":908,"image":912},"security-modernization",[151],"スピードのためにセキュリティを犠牲にしていませんか？",{"text":909,"config":910},"セキュリティ成熟度スコアを確認しましょう",{"href":911,"dataGaName":889,"dataGaLocation":385},"/ja-jp/assessments/security-modernization-assessment/",{"config":913},{"src":914},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":916,"paths":917,"header":920,"text":921,"button":922,"image":927},"github-azure-migration",[918,919],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","チームはGitHubのAzure移行に対応できていますか？","GitHubはすでにAzureを基盤として再構築を進めています。それがあなたのチームにとって何を意味するのか、ご確認ください。",{"text":923,"config":924},"GitLabとGitHubの比較を見る",{"href":925,"dataGaName":926,"dataGaLocation":385},"/ja-jp/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":928},{"src":903},{"header":930,"blurb":931,"button":932,"secondaryButton":936},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":179,"config":933},{"href":934,"dataGaName":182,"dataGaLocation":935},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":491,"config":937},{"href":186,"dataGaName":187,"dataGaLocation":935},1781846549772]