[{"data":1,"prerenderedAt":788},["ShallowReactive",2],{"/ja-jp/topics/ci-cd/shift-left-devops":3,"navigation-ja-jp":91,"banner-ja-jp":504,"footer-ja-jp":517,"next-steps-ja-jp":727,"footer-source-/ja-jp/topics/ci-cd/shift-left-devops/":742},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":85,"_type":86,"title":7,"_source":87,"_file":88,"_stem":89,"_extension":90},"/ja-jp/topics/ci-cd/shift-left-devops","ci-cd",false,"",{"title":9,"description":10},"継続的インテグレーションでシフトレフトする方法","継続的インテグレーション（CI）は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティはプロセスの早い段階でパイプラインに統合でき、組織のシフトレフトに役立ちます。",[12,26,31,47,83],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"CI/CD",{"href":23},"/ja-jp/topics/ci-cd/",{"title":25},"Shift left devops",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"継続的インテグレーション（CI）は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティはプロセスの早い段階でパイプラインに統合でき、組織のシフトレフトに役立ちます。\n",{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":33},"CommonSideNavigationWithTree",{"anchors":34,"components":40},{"text":35,"data":36},"On this page",[37],{"text":9,"config":38},{"href":39},"#how-to-shift-left-with-continuous-integration",[41],{"type":42,"componentName":42,"componentContent":43},"TopicsCopy",{"header":9,"text":44,"config":45},"シフトレフトとは、ソフトウェア開発ライフサイクルの早い段階でテストを移行するアプローチです。コードが本番環境の準備が整った時点でセキュリティ テストが行われると、過去に遡って問題を修正することが難しくなり、すでに迅速な修正ができなくなっていることがよくあります。結果としてハンドオフの遅延、セキュリティ上の問題、さらにはセキュリティ部署と他のDevOpsチームとの間でサイロ化が発生する可能性があります。\n\n組織が[DevSecOps](https://about.gitlab.com/solutions/application-security-testing/)の構造への移行を進めるにあたって、セキュリティテストを開発ライフサイクルの早い段階で導入することは必須です。そのためにはデプロイパイプラインにセキュリティテストを組み込み、共有リポジトリの他のコミットに対してだけでなく、セキュリティについても継続的にコードをテストするようにします。\n\n[継続的インテグレーション（CI）](/topics/ci-cd/)は、デプロイパイプラインを通じてコード品質を向上させるプロセスです。セキュリティをプロセスの早い段階でデプロイパイプラインに統合できるため、組織がシフトレフトを行う上で効果的です。\n\n### セキュリティを継続的インテグレーションパイプラインに組み込む {#integrate-security-into-continuous-integration-pipelines}\n\n[静的アプリケーションセキュリティテスト](https://docs.gitlab.com/ee/user/application_security/sast/)（SAST）は、継続的インテグレーションを通してセキュリティを自動化する方法の1つです。SASTはソースコードを分析し、デベロッパーがソフトウェア開発ライフサイクルの早い段階で問題を解決できるようにします。\n\nGitLab CI/CDの場合、デプロイパイプラインはSASTレポートをチェックし、ソースブランチとターゲットブランチの脆弱性を比較します。調査結果はマージリクエストに表示されます。\n\n[動的アプリケーションセキュリティテスト](https://docs.gitlab.com/ee/user/application_security/dast/index.html#dynamic-application-security-testing-dast)（DAST）は、多くの場合SASTと併用されます。SASTはソースコードを分析し、DASTは実行されたアプリケーションのランタイムエラーを分析します。デプロイ後のアプリケーションは、クロスサイトスクリプティングや破損した認証の欠陥のような新しい形式のセキュリティリスクにさらされます。\n\nSASTと同様、GitLabはDASTレポートをチェックしてソースブランチとターゲットブランチの脆弱性を比較した結果を表示しますが、比較対象はターゲットブランチのベースコミットに対して実行された最新のパイプラインのみとなります。\n\nその他の[種類のセキュリティテスト](https://www.softwaresecured.com/what-do-sast-dast-iast-and-rasp-mean-to-developers/)には、インタラクティブアプリケーションセキュリティテスト（IAST）とランタイムアプリケーションセキュリティプロテクション（RASP）があります。IASTはアプリケーション内にエージェントを配置することで動作し、RASPはライブ攻撃に対応できるセキュリティツールのような働きをします。\n\n### ツールチェーンの複雑さを軽減 {#reduce-toolchain-complexity}\n\n[ツールチェーンが複雑化すると](https://about.gitlab.com/blog/toolchain-security-with-gitlab/)、メンテナンスに時間がかかるだけでなく、システムがセキュリティリスクにさらされる可能性があります。多くのDevSecOpsチームは、プラグイン、スクリプト、またはハードコードされたカスタムインテグレーションを使用してツールをまとめています。その一部は手動で行う必要があるため、こうしたツールチェーンはヒューマンエラーの影響を受けます。さらにツールが増えると、認証、権限、セキュリティ要件が増え、ソフトウェア開発ライフサイクルの可視性が低下します。こうした抽象化レイヤによって、問題の特定と解決が困難になります。\n\n複雑なシステムには複数の障害点が含まれているものです。組織がシフトレフトする場合、こうした複雑さを一部解消することで、セキュリティとコンプライアンスを開発ライフサイクルに組み込みやすくなります。複雑なツールチェーンやプラグイン環境は、特別な注意を必要とする[壊れやすいパイプライン](https://medium.com/@steve.burton/4-reasons-your-jenkins-pipelines-are-brittle-f626186662c2)という問題を引き起こす可能性があります。\n\n### 継続的インテグレーションシステムを強化する {#harden-your-continuous-integration-systems}\n\n[強化](https://en.wikipedia.org/wiki/Hardening_computing)は、脆弱性の表面を減らすことによってシステムを保護するプロセスです。ツールチェーンの複雑さを軽減してリスクの原因を減らすのと同様、チェックリストを強化することで組織は内部システムを検査し、セキュリティのベストプラクティスに従っていることを確認できます。\n\n推奨される対応の一例として、ソースおよびビルドアーティファクトリポジトリ、CIおよび継続的デリバリー（CD）サーバー、構成管理、ビルド、デプロイ、リリースツールを[ホストするシステム](https://about.gitlab.com/blog/secure-journey-continuous-delivery/)の強化があります。オンプレミスとクラウドでそれぞれ何を行っているか、またそれがワークフローにどのような影響を与えるかをチームが把握できるようにしましょう。\n\nデプロイパイプラインにセキュリティスキャンを組み込むことに加えて、継続的インテグレーションシステムを強化すると、チームがシフトレフトしやすくなります。[成熟したDevOpsチーム](https://about.gitlab.com/topics/devops/build-a-devops-team/)は、継続的インテグレーションプロセスにセキュリティテストを自然に実装し、シフトレフトアプローチを採用しています。そうしたDevSecOpsチームは、セキュリティを後回しにするのではなく、最優先に考えています。\n",{"id":46},"how-to-shift-left-with-continuous-integration",{"type":48,"componentName":48,"componentContent":49},"CommonResourcesContainer",{"header":50,"tabs":51},"おすすめのコンテンツ",[52],{"name":53,"items":54,"config":82},"resources",[55,65,73],{"header":56,"type":57,"image":58,"link":61},"次世代ソフトウェアのセキュリティ強化","Web",{"altText":56,"config":59},{"src":60},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159343/Website/Topics/customers-link.jpg",{"text":62,"config":63},"詳細はこちら",{"href":64,"icon":57,"modal":6},"/blog/ciso-secure-next-gen-software/",{"header":66,"type":57,"image":67,"link":70},"クラウドのシフトレフト戦略",{"altText":66,"config":68},{"src":69},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159346/Website/Topics/cncf-case-study-image.png",{"text":62,"config":71},{"href":72,"icon":57,"modal":6},"/blog/secure-containers-devops/",{"header":74,"type":57,"image":75,"link":78},"デベロッパー中心のアプリケーションセキュリティテストでDevOpsチームを劇的に変える方法",{"altText":74,"config":76},{"src":77},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159360/Website/Topics/cover_image_regenhu.jpg",{"text":79,"config":80},"詳しく見る",{"href":81,"icon":57,"modal":6},"/blog/align-engineering-security-appsec-tests-in-ci/",{"key":53},{"type":84,"componentName":84},"CommonNextSteps","content:ja-jp:topics:ci-cd:shift-left-devops:index.yml","yaml","content","ja-jp/topics/ci-cd/shift-left-devops/index.yml","ja-jp/topics/ci-cd/shift-left-devops/index","yml",{"_path":92,"_dir":93,"_draft":6,"_partial":6,"_locale":7,"data":94,"_id":500,"_type":86,"title":501,"_source":87,"_file":502,"_stem":503,"_extension":90},"/shared/ja-jp/main-navigation","ja-jp",{"logo":95,"freeTrial":100,"sales":105,"login":110,"items":115,"search":444,"minimal":478,"duo":491},{"config":96},{"href":97,"dataGaName":98,"dataGaLocation":99},"/ja-jp/","gitlab logo","header",{"text":101,"config":102},"無料トライアルを開始",{"href":103,"dataGaName":104,"dataGaLocation":99},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":106,"config":107},"お問い合わせ",{"href":108,"dataGaName":109,"dataGaLocation":99},"/ja-jp/sales/","sales",{"text":111,"config":112},"サインイン",{"href":113,"dataGaName":114,"dataGaLocation":99},"https://gitlab.com/users/sign_in/","sign in",[116,159,256,261,366,426],{"text":117,"config":118,"cards":120,"footer":142},"プラットフォーム",{"dataNavLevelOne":119},"platform",[121,127,135],{"title":117,"description":122,"link":123},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":124,"config":125},"プラットフォームを詳しく見る",{"href":126,"dataGaName":119,"dataGaLocation":99},"/ja-jp/platform/",{"title":128,"description":129,"link":130},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":131,"config":132},"GitLab Duoのご紹介",{"href":133,"dataGaName":134,"dataGaLocation":99},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":136,"description":137,"link":138},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":62,"config":139},{"href":140,"dataGaName":141,"dataGaLocation":99},"/ja-jp/why-gitlab/","why gitlab",{"title":143,"items":144},"利用を開始：",[145,150,155],{"text":146,"config":147},"プラットフォームエンジニアリング",{"href":148,"dataGaName":149,"dataGaLocation":99},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":151,"config":152},"開発者の経験",{"href":153,"dataGaName":154,"dataGaLocation":99},"/ja-jp/developer-experience/","Developer experience",{"text":156,"config":157},"MLOps",{"href":158,"dataGaName":156,"dataGaLocation":99},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":160,"left":161,"config":162,"link":164,"lists":168,"footer":238},"製品",true,{"dataNavLevelOne":163},"solutions",{"text":165,"config":166},"すべてのソリューションを表示",{"href":167,"dataGaName":163,"dataGaLocation":99},"/ja-jp/solutions/",[169,194,216],{"title":170,"description":171,"link":172,"items":177},"自動化","CI/CDと自動化でデプロイを加速",{"config":173},{"icon":174,"href":175,"dataGaName":176,"dataGaLocation":99},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[178,181,185,190],{"text":21,"config":179},{"href":180,"dataGaLocation":99,"dataGaName":21},"/ja-jp/solutions/continuous-integration/",{"text":182,"config":183},"AIアシストによる開発",{"href":133,"dataGaLocation":99,"dataGaName":184},"AI assisted development",{"text":186,"config":187},"ソースコード管理",{"href":188,"dataGaLocation":99,"dataGaName":189},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":191,"config":192},"自動化されたソフトウェアデリバリー",{"href":175,"dataGaLocation":99,"dataGaName":193},"Automated software delivery",{"title":195,"description":196,"link":197,"items":202},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":198},{"href":199,"dataGaName":200,"dataGaLocation":99,"icon":201},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[203,207,212],{"text":204,"config":205},"Application Security Testing",{"href":199,"dataGaName":206,"dataGaLocation":99},"Application security testing",{"text":208,"config":209},"ソフトウェアサプライチェーンの安全性",{"href":210,"dataGaLocation":99,"dataGaName":211},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":213,"config":214},"Software Compliance",{"href":215,"dataGaName":213,"dataGaLocation":99},"/ja-jp/solutions/software-compliance/",{"title":217,"link":218,"items":223},"測定",{"config":219},{"icon":220,"href":221,"dataGaName":222,"dataGaLocation":99},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[224,228,233],{"text":225,"config":226},"可視性と測定",{"href":221,"dataGaLocation":99,"dataGaName":227},"Visibility and Measurement",{"text":229,"config":230},"バリューストリーム管理",{"href":231,"dataGaLocation":99,"dataGaName":232},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":234,"config":235},"分析とインサイト",{"href":236,"dataGaLocation":99,"dataGaName":237},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":239,"items":240},"GitLabが活躍する場所",[241,246,251],{"text":242,"config":243},"Enterprise",{"href":244,"dataGaLocation":99,"dataGaName":245},"/ja-jp/enterprise/","enterprise",{"text":247,"config":248},"スモールビジネス",{"href":249,"dataGaLocation":99,"dataGaName":250},"/ja-jp/small-business/","small business",{"text":252,"config":253},"公共機関",{"href":254,"dataGaLocation":99,"dataGaName":255},"/ja-jp/solutions/public-sector/","public sector",{"text":257,"config":258},"価格",{"href":259,"dataGaName":260,"dataGaLocation":99,"dataNavLevelOne":260},"/ja-jp/pricing/","pricing",{"text":262,"config":263,"link":264,"lists":268,"feature":353},"関連リソース",{"dataNavLevelOne":53},{"text":265,"config":266},"すべてのリソースを表示",{"href":267,"dataGaName":53,"dataGaLocation":99},"/ja-jp/resources/",[269,302,325],{"title":270,"items":271},"はじめに",[272,277,282,287,292,297],{"text":273,"config":274},"インストール",{"href":275,"dataGaName":276,"dataGaLocation":99},"/ja-jp/install/","install",{"text":278,"config":279},"クイックスタートガイド",{"href":280,"dataGaName":281,"dataGaLocation":99},"/ja-jp/get-started/","quick setup checklists",{"text":283,"config":284},"学ぶ",{"href":285,"dataGaLocation":99,"dataGaName":286},"https://university.gitlab.com/","learn",{"text":288,"config":289},"製品ドキュメント",{"href":290,"dataGaName":291,"dataGaLocation":99},"https://docs.gitlab.com/","product documentation",{"text":293,"config":294},"ベストプラクティスビデオ",{"href":295,"dataGaName":296,"dataGaLocation":99},"/ja-jp/getting-started-videos/","best practice videos",{"text":298,"config":299},"インテグレーション",{"href":300,"dataGaName":301,"dataGaLocation":99},"/ja-jp/integrations/","integrations",{"title":303,"items":304},"検索する",[305,310,315,320],{"text":306,"config":307},"お客様成功事例",{"href":308,"dataGaName":309,"dataGaLocation":99},"/ja-jp/customers/","customer success stories",{"text":311,"config":312},"ブログ",{"href":313,"dataGaName":314,"dataGaLocation":99},"/ja-jp/blog/","blog",{"text":316,"config":317},"リモート",{"href":318,"dataGaName":319,"dataGaLocation":99},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":321,"config":322},"TeamOps",{"href":323,"dataGaName":324,"dataGaLocation":99},"/ja-jp/teamops/","teamops",{"title":326,"items":327},"つなげる",[328,333,338,343,348],{"text":329,"config":330},"GitLabサービス",{"href":331,"dataGaName":332,"dataGaLocation":99},"/ja-jp/services/","services",{"text":334,"config":335},"コミュニティ",{"href":336,"dataGaName":337,"dataGaLocation":99},"/community/","community",{"text":339,"config":340},"フォーラム",{"href":341,"dataGaName":342,"dataGaLocation":99},"https://forum.gitlab.com/","forum",{"text":344,"config":345},"イベント",{"href":346,"dataGaName":347,"dataGaLocation":99},"/events/","events",{"text":349,"config":350},"パートナー",{"href":351,"dataGaName":352,"dataGaLocation":99},"/ja-jp/partners/","partners",{"backgroundColor":354,"textColor":355,"text":356,"image":357,"link":361},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":358,"config":359},"ソースプロモカード",{"src":360},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":362,"config":363},"最新情報を読む",{"href":364,"dataGaName":365,"dataGaLocation":99},"/ja-jp/the-source/","the source",{"text":367,"config":368,"lists":370},"会社情報",{"dataNavLevelOne":369},"company",[371],{"items":372},[373,378,384,386,391,396,401,406,411,416,421],{"text":374,"config":375},"GitLabについて",{"href":376,"dataGaName":377,"dataGaLocation":99},"/ja-jp/company/","about",{"text":379,"config":380,"footerGa":383},"採用情報",{"href":381,"dataGaName":382,"dataGaLocation":99},"/jobs/","jobs",{"dataGaName":382},{"text":344,"config":385},{"href":346,"dataGaName":347,"dataGaLocation":99},{"text":387,"config":388},"経営陣",{"href":389,"dataGaName":390,"dataGaLocation":99},"/company/team/e-group/","leadership",{"text":392,"config":393},"チーム",{"href":394,"dataGaName":395,"dataGaLocation":99},"/company/team/","team",{"text":397,"config":398},"ハンドブック",{"href":399,"dataGaName":400,"dataGaLocation":99},"https://handbook.gitlab.com/","handbook",{"text":402,"config":403},"投資家向け情報",{"href":404,"dataGaName":405,"dataGaLocation":99},"https://ir.gitlab.com/","investor relations",{"text":407,"config":408},"トラストセンター",{"href":409,"dataGaName":410,"dataGaLocation":99},"/ja-jp/security/","trust center",{"text":412,"config":413},"AI Transparency Center",{"href":414,"dataGaName":415,"dataGaLocation":99},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":417,"config":418},"ニュースレター",{"href":419,"dataGaName":420,"dataGaLocation":99},"/company/contact/","newsletter",{"text":422,"config":423},"プレス",{"href":424,"dataGaName":425,"dataGaLocation":99},"/press/","press",{"text":106,"config":427,"lists":428},{"dataNavLevelOne":369},[429],{"items":430},[431,434,439],{"text":106,"config":432},{"href":108,"dataGaName":433,"dataGaLocation":99},"talk to sales",{"text":435,"config":436},"サポートを受ける",{"href":437,"dataGaName":438,"dataGaLocation":99},"/support/","get help",{"text":440,"config":441},"カスタマーポータル",{"href":442,"dataGaName":443,"dataGaLocation":99},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":445,"login":446,"suggestions":453},"閉じる",{"text":447,"link":448},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":449,"config":450},"GitLab.com",{"href":113,"dataGaName":451,"dataGaLocation":452},"search login","search",{"text":454,"default":455},"提案",[456,459,464,466,470,474],{"text":128,"config":457},{"href":133,"dataGaName":458,"dataGaLocation":452},"GitLab Duo (AI)",{"text":460,"config":461},"コード提案（AI）",{"href":462,"dataGaName":463,"dataGaLocation":452},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":21,"config":465},{"href":180,"dataGaName":21,"dataGaLocation":452},{"text":467,"config":468},"GitLab on AWS",{"href":469,"dataGaName":467,"dataGaLocation":452},"/ja-jp/partners/technology-partners/aws/",{"text":471,"config":472},"GitLab on Google Cloud",{"href":473,"dataGaName":471,"dataGaLocation":452},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":475,"config":476},"GitLabを選ぶ理由",{"href":140,"dataGaName":477,"dataGaLocation":452},"Why GitLab?",{"freeTrial":479,"mobileIcon":483,"desktopIcon":488},{"text":101,"config":480},{"href":481,"dataGaName":104,"dataGaLocation":482},"https://gitlab.com/-/trials/new/","nav",{"altText":484,"config":485},"GitLabアイコン",{"src":486,"dataGaName":487,"dataGaLocation":482},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":484,"config":489},{"src":490,"dataGaName":487,"dataGaLocation":482},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":492,"mobileIcon":496,"desktopIcon":498},{"text":493,"config":494},"GitLab Duoの詳細について",{"href":133,"dataGaName":495,"dataGaLocation":482},"gitlab duo",{"altText":484,"config":497},{"src":486,"dataGaName":487,"dataGaLocation":482},{"altText":484,"config":499},{"src":490,"dataGaName":487,"dataGaLocation":482},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":505,"_dir":93,"_draft":6,"_partial":6,"_locale":7,"title":506,"button":507,"config":512,"_id":514,"_type":86,"_source":87,"_file":515,"_stem":516,"_extension":90},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":508,"config":509},"ベータ版を試す",{"href":510,"dataGaName":511,"dataGaLocation":99},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":513},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":518,"_dir":93,"_draft":6,"_partial":6,"_locale":7,"data":519,"_id":723,"_type":86,"title":724,"_source":87,"_file":725,"_stem":726,"_extension":90},"/shared/ja-jp/main-footer",{"text":520,"source":521,"edit":527,"contribute":532,"config":537,"items":542,"minimal":715},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":522,"config":523},"ページのソースを表示",{"href":524,"dataGaName":525,"dataGaLocation":526},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":528,"config":529},"このページを編集",{"href":530,"dataGaName":531,"dataGaLocation":526},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":533,"config":534},"ご協力をお願いします",{"href":535,"dataGaName":536,"dataGaLocation":526},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":538,"facebook":539,"youtube":540,"linkedin":541},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[543,566,620,652,687],{"title":117,"links":544,"subMenu":549},[545],{"text":546,"config":547},"DevSecOpsプラットフォーム",{"href":126,"dataGaName":548,"dataGaLocation":526},"devsecops platform",[550],{"title":257,"links":551},[552,556,561],{"text":553,"config":554},"プランの表示",{"href":259,"dataGaName":555,"dataGaLocation":526},"view plans",{"text":557,"config":558},"Premiumを選ぶ理由",{"href":559,"dataGaName":560,"dataGaLocation":526},"/ja-jp/pricing/premium/","why premium",{"text":562,"config":563},"Ultimateを選ぶ理由",{"href":564,"dataGaName":565,"dataGaLocation":526},"/ja-jp/pricing/ultimate/","why ultimate",{"title":567,"links":568},"ソリューション",[569,574,577,579,584,589,593,596,599,604,606,608,610,615],{"text":570,"config":571},"デジタルトランスフォーメーション",{"href":572,"dataGaName":573,"dataGaLocation":526},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":575,"config":576},"セキュリティとコンプライアンス",{"href":199,"dataGaName":206,"dataGaLocation":526},{"text":191,"config":578},{"href":175,"dataGaName":176,"dataGaLocation":526},{"text":580,"config":581},"アジャイル開発",{"href":582,"dataGaName":583,"dataGaLocation":526},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":585,"config":586},"クラウドトランスフォーメーション",{"href":587,"dataGaName":588,"dataGaLocation":526},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":590,"config":591},"SCM",{"href":188,"dataGaName":592,"dataGaLocation":526},"source code management",{"text":21,"config":594},{"href":180,"dataGaName":595,"dataGaLocation":526},"continuous integration & delivery",{"text":229,"config":597},{"href":231,"dataGaName":598,"dataGaLocation":526},"value stream management",{"text":600,"config":601},"GitOps",{"href":602,"dataGaName":603,"dataGaLocation":526},"/ja-jp/solutions/gitops/","gitops",{"text":242,"config":605},{"href":244,"dataGaName":245,"dataGaLocation":526},{"text":247,"config":607},{"href":249,"dataGaName":250,"dataGaLocation":526},{"text":252,"config":609},{"href":254,"dataGaName":255,"dataGaLocation":526},{"text":611,"config":612},"教育",{"href":613,"dataGaName":614,"dataGaLocation":526},"/ja-jp/solutions/education/","education",{"text":616,"config":617},"金融サービス",{"href":618,"dataGaName":619,"dataGaLocation":526},"/ja-jp/solutions/finance/","financial services",{"title":262,"links":621},[622,624,626,628,631,633,636,638,640,642,644,646,648,650],{"text":273,"config":623},{"href":275,"dataGaName":276,"dataGaLocation":526},{"text":278,"config":625},{"href":280,"dataGaName":281,"dataGaLocation":526},{"text":283,"config":627},{"href":285,"dataGaName":286,"dataGaLocation":526},{"text":288,"config":629},{"href":290,"dataGaName":630,"dataGaLocation":526},"docs",{"text":311,"config":632},{"href":313,"dataGaName":314},{"text":634,"config":635},"お客様の成功事例",{"href":308,"dataGaLocation":526},{"text":306,"config":637},{"href":308,"dataGaName":309,"dataGaLocation":526},{"text":316,"config":639},{"href":318,"dataGaName":319,"dataGaLocation":526},{"text":329,"config":641},{"href":331,"dataGaName":332,"dataGaLocation":526},{"text":321,"config":643},{"href":323,"dataGaName":324,"dataGaLocation":526},{"text":334,"config":645},{"href":336,"dataGaName":337,"dataGaLocation":526},{"text":339,"config":647},{"href":341,"dataGaName":342,"dataGaLocation":526},{"text":344,"config":649},{"href":346,"dataGaName":347,"dataGaLocation":526},{"text":349,"config":651},{"href":351,"dataGaName":352,"dataGaLocation":526},{"title":653,"links":654},"Company",[655,657,659,661,663,665,667,671,676,678,680,682],{"text":374,"config":656},{"href":376,"dataGaName":369,"dataGaLocation":526},{"text":379,"config":658},{"href":381,"dataGaName":382,"dataGaLocation":526},{"text":387,"config":660},{"href":389,"dataGaName":390,"dataGaLocation":526},{"text":392,"config":662},{"href":394,"dataGaName":395,"dataGaLocation":526},{"text":397,"config":664},{"href":399,"dataGaName":400,"dataGaLocation":526},{"text":402,"config":666},{"href":404,"dataGaName":405,"dataGaLocation":526},{"text":668,"config":669},"Sustainability",{"href":670,"dataGaName":668,"dataGaLocation":526},"/sustainability/",{"text":672,"config":673},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":674,"dataGaName":675,"dataGaLocation":526},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":407,"config":677},{"href":409,"dataGaName":410,"dataGaLocation":526},{"text":417,"config":679},{"href":419,"dataGaName":420,"dataGaLocation":526},{"text":422,"config":681},{"href":424,"dataGaName":425,"dataGaLocation":526},{"text":683,"config":684},"現代奴隷制の透明性に関する声明",{"href":685,"dataGaName":686,"dataGaLocation":526},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":106,"links":688},[689,691,693,695,700,705,710],{"text":106,"config":690},{"href":108,"dataGaName":109,"dataGaLocation":526},{"text":435,"config":692},{"href":437,"dataGaName":438,"dataGaLocation":526},{"text":440,"config":694},{"href":442,"dataGaName":443,"dataGaLocation":526},{"text":696,"config":697},"ステータス",{"href":698,"dataGaName":699,"dataGaLocation":526},"https://status.gitlab.com/","status",{"text":701,"config":702},"利用規約",{"href":703,"dataGaName":704,"dataGaLocation":526},"/terms/","terms of use",{"text":706,"config":707},"プライバシーに関する声明",{"href":708,"dataGaName":709,"dataGaLocation":526},"/ja-jp/privacy/","privacy statement",{"text":711,"config":712},"Cookieの設定",{"dataGaName":713,"dataGaLocation":526,"id":714,"isOneTrustButton":161},"cookie preferences","ot-sdk-btn",{"items":716},[717,719,721],{"text":701,"config":718},{"href":703,"dataGaName":704,"dataGaLocation":526},{"text":706,"config":720},{"href":708,"dataGaName":709,"dataGaLocation":526},{"text":711,"config":722},{"dataGaName":713,"dataGaLocation":526,"id":714,"isOneTrustButton":161},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":728,"_dir":93,"_draft":6,"_partial":6,"_locale":7,"header":729,"eyebrow":730,"blurb":731,"button":732,"secondaryButton":736,"_id":738,"_type":86,"title":739,"_source":87,"_file":740,"_stem":741,"_extension":90},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":101,"config":733},{"href":734,"dataGaName":104,"dataGaLocation":735},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":106,"config":737},{"href":108,"dataGaName":109,"dataGaLocation":735},"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":743,"content":744,"_id":85,"_type":86,"title":7,"_source":87,"_file":88,"_stem":89,"_extension":90},{"title":9,"description":10},[745,753,756,766,787],{"type":13,"componentName":13,"componentContent":746},{"crumbs":747},[748,750,752],{"title":17,"config":749},{"href":19},{"title":21,"config":751},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":754},{"title":9,"text":29,"config":755},{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":757},{"anchors":758,"components":762},{"text":35,"data":759},[760],{"text":9,"config":761},{"href":39},[763],{"type":42,"componentName":42,"componentContent":764},{"header":9,"text":44,"config":765},{"id":46},{"type":48,"componentName":48,"componentContent":767},{"header":50,"tabs":768},[769],{"name":53,"items":770,"config":786},[771,776,781],{"header":56,"type":57,"image":772,"link":774},{"altText":56,"config":773},{"src":60},{"text":62,"config":775},{"href":64,"icon":57,"modal":6},{"header":66,"type":57,"image":777,"link":779},{"altText":66,"config":778},{"src":69},{"text":62,"config":780},{"href":72,"icon":57,"modal":6},{"header":74,"type":57,"image":782,"link":784},{"altText":74,"config":783},{"src":77},{"text":79,"config":785},{"href":81,"icon":57,"modal":6},{"key":53},{"type":84,"componentName":84},1761814458863]