[{"data":1,"prerenderedAt":1047},["ShallowReactive",2],{"/ja-jp/the-source/security/how-to-implement-secret-management-best-practices-with-gitlab":3,"footer-ja-jp":46,"the-source-banner-ja-jp":356,"the-source-navigation-ja-jp":368,"the-source-newsletter-ja-jp":395,"footer-source-/ja-jp/the-source/security/how-to-implement-secret-management-best-practices-with-gitlab/":406,"article-site-categories-ja-jp":416,"how-to-implement-secret-management-best-practices-with-gitlab-article-hero-category-ja-jp":418,"how-to-implement-secret-management-best-practices-with-gitlab-the-source-source-cta-ja-jp":442,"how-to-implement-secret-management-best-practices-with-gitlab-category-ja-jp":457,"how-to-implement-secret-management-best-practices-with-gitlab-the-source-resources-ja-jp":469,"how-to-implement-secret-management-best-practices-with-gitlab-article-hero-author-ja-jp":498},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"slug":8,"type":9,"category":5,"config":10,"seo":14,"content":18,"_id":39,"_type":40,"title":41,"_source":42,"_file":43,"_stem":44,"_extension":45},"/ja-jp/the-source/security/how-to-implement-secret-management-best-practices-with-gitlab","security",false,"","how-to-implement-secret-management-best-practices-with-gitlab","article",{"layout":11,"template":12,"featured":6,"author":13},"the-source","TheSourceArticle","jlongo",{"ogImage":15,"title":16,"ogTitle":16,"description":17,"ogDescription":17},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463593/wgbh2snwpsyle9jom1k1.png","GitLabで実践するシークレット管理のベストプラクティス","顧客データの保管と保護を担う企業にとって、不適切なシークレット管理は大きなリスクとなります。このリスクをどのように軽減し、信頼性を高めるかをご紹介します。",{"heroImage":15,"title":16,"description":17,"date":19,"timeToRead":20,"keyTakeaways":21,"articleBody":25,"faq":26},"2024-03-12T00:00:00.000Z","5分で読めます",[22,23,24],"シークレット管理の不備がデータ漏洩の原因に。GitLabのネイティブインテグレーションがセキュリティを強化します。","監査と帰属が可能なシークレット管理により、セキュリティチームは異常や悪意のあるアクティビティを即座に発見し対応できます。","GitLabは強力なアクセス制御と検出ツールにより、シークレットの保存と利用を徹底サポートします。","不適切なシークレット管理（SMPs）は、どの企業にとっても重大なリスクを伴います。特に顧客データの保管と保護を担う企業では、このリスクはより深刻です。これは一般的な問題であり、多くの企業のリスク登録簿の中心に位置しています。シークレットの漏洩は機密性の喪失を引き起こし、場合によってはデータ漏洩につながります。このようなインシデントは、企業に大きな財務的損失をもたらし、顧客からの信頼を失う原因となり得ます。\n\n多くの企業において、不適切なシークレット管理は、専門知識の不足や、この問題を解決するためのツールや戦略に対する認識不足から生じていることがあります。適切なシークレット管理を実施することで、リスクの軽減が可能となり、組織のシークレット管理戦略に対する信頼が向上します。この記事では、シークレット管理のベストプラクティス、GitLabがそれをサポートする方法、そしてDevSecOpsプラットフォームのネイティブシークレット管理機能を改善するための戦略について説明します。\n\n## 暗号戦略の策定\n\nどの企業にも、デベロッパーが標準化された方法で作業し、すべてのアプリケーションおよびそのコンポーネントが企業の暗号要件に従って開発されることを保証するための基盤として、暗号戦略が不可欠です。\n\n企業が処理するデータやリスク許容度、脅威の状況を理解することが、効果的な暗号戦略の策定につながります。\n\n### シークレット生成\n\nアクセストークンやSSHキーなどのシークレットは、ハードウェアセキュリティモジュール（HSM）などの暗号デバイスで生成することが推奨されます。これにより、強力な暗号シークレットを生成し、改ざんや侵入に耐性のある方法で安全に保存できます。\n\n物理デバイスに依存することはコストがかかり、企業にとって運用上の制約となる場合がありますが、主要なクラウドサービスプロバイダーはクラウドHSMサービスを提供しています。たとえば、[AWS CloudHSM](https://aws.amazon.com/cloudhsm/)や[GCP Cloud HSM](https://cloud.google.com/kms/docs/hsm)などがあります。\n\n### シークレット保存\n\nシークレットの保存は生成と同様に重要です。 生成されたシークレットは、安全に長期間保存でき、必要なときに安全に取り出して使用できる方法で保存する必要があります。\n\n[HashiCorp](https://www.vaultproject.io/)などのセキュリティ企業や主要なクラウドサービスプロバイダーは、シークレットを安全に保存し、取り出すためのクラウドベースのサービスを提供しています。これらのサービスを活用すれば、シークレットをハードコードする手間が省け、プロセスやコード内でシークレットを簡単に活用できます。\n\n#### GitLabによるシークレットの保存サポート\n\nGitLabは、以下の[シークレット管理プロバイダー](https://docs.gitlab.com/ee/ci/secrets/index.html)をネイティブサポートしています。\n\n- Vault by HashiCorp\n- Google Cloud Secret Manager\n- Azure Key Vault\n\nGitLabをシークレット管理プロバイダーに接続するように設定すると、CIジョブが必要なときにのみシークレットをリクエストできます。シークレットが必要ない場合、それらはシークレット管理サービス内で安全に保存され、リスクが大幅に減少します。上記のシークレット管理プロバイダーに加え、GitLabは[OIDC認証](https://docs.gitlab.com/ee/ci/secrets/id_token_authentication.html)を通じて、AWS Secret Managerなど他のプロバイダーへの認証もサポートします。これにより、CI/CD変数としてシークレットを保存して[マスク](https://docs.gitlab.com/ee/ci/secrets/id_token_authentication.html)する方法と比べ、シークレット保存がはるかに安全になります。\n\n### シークレットの使用\n\nシークレットは、1つの目的のみに使用することが推奨されます。 なるアプリケーションやサービスでシークレットを再利用すると、露出リスクが高まり、侵害時の影響も大きくなります。\n\nシークレットへのアクセスは[最小特権の原則](https://about.gitlab.com/blog/the-ultimate-guide-to-least-privilege-access-with-gitlab/)を考慮して制御し、業務や運用に必要な個人やサービスのみにアクセスを許可することで、露出や悪意のあるアクティビティのリスクを最小限に抑えます。\n\n#### GitLabによるシークレット使用のサポート\n\nGitLabは、管理者に強力な[ロールベースのアクセス制御](https://docs.gitlab.com/ee/user/permissions.html)モデルを提供し、[カスタムロール](https://docs.gitlab.com/ee/user/custom_roles.html)を作成する機能も提供しています。これにより、管理者はアクセス権のプロファイルを組織の標準やリスク許容度に合わせて調整できます。\n\nGitLabでは、意図せずにコミットされたシークレットや 認証情報を確認するために、[シークレット検出](https://docs.gitlab.com/ee/user/application_security/secret_detection/)を実行することもできます。GitLab Ultimateのユーザーは、流出した認証情報の影響を軽減するために、シークレットの取り消しなどの[流出したシークレットへの自動応答](https://docs.gitlab.com/ee/user/application_security/secret_detection/automatic_response/)を強制することができます。\n\n### 可監査性\n\nシークレットのアクセスと使用は監査可能かつ追跡可能であるべきです。理想的には、個人がプレーンテキストでシークレットを表示できることはないはずですが、企業の運用状況は必ずしも理想的ではありません。\n\n監査可能で追跡可能なシークレット管理により、セキュリティチームは異常または悪意のある行動を監視し、自動または手動で迅速に対応できます。\n\n#### GitLabによる可監査性のサポート\n\nGitLabの[監査イベント](https://docs.gitlab.com/ee/administration/audit_events.html)は、GitLab内で作成されたトークンやキーに関連するアクティビティを詳細に記録します。以下はその一部です。\n\n- パーソナルアクセストークンイベント\n- デプロイトークンイベント\n- クラスターエージェントトークンイベント\n\nこれらのアクティビティはデータベースに保存されます。GitLab Ultimateユーザーは[監査イベントストリーミング](https://docs.gitlab.com/ee/administration/audit_event_streaming/)を通じてアクセス可能です。\n\n## 近日公開：GitLabシークレットマネージャー\n\nGitLabは、2024年後半にネイティブなシークレット管理機能をリリース予定です。GitLabシークレットマネージャーは、複数のテナントをサポートするクラウドベースのソリューションで、GitLab.comおよびSelf-Managedのお客様はCloud Connectorサービスを通じて利用できるようになります。この新しいサービスは、現在のCI/CD変数インターフェースと一貫性のある使いやすいインターフェースを提供し、サードパーティ製品よりも学習コストを最小限に抑え、導入を容易にします。GitLabシークレットマネージャーは、CIパイプライン内での機密情報のセキュリティと保護を確保します。\n\n> GitLabシークレットマネージャーについての詳細やご質問は、[MVC epic](https://gitlab.com/groups/gitlab-org/-/epics/10723)にコメントをお寄せください。",[27,30,33,36],{"header":28,"content":29},"シークレット管理とは何か、そしてなぜソフトウェアのセキュリティにおいて重要なのでしょうか？","シークレット管理は、APIキー、アクセストークン、パスワードなどの機密情報を安全に保存、アクセス、使用することを指します。適切なシークレット管理は、不正アクセスを防ぎ、データ漏洩のリスクを減らし、ソフトウェア開発およびデプロイプロセスにおける機密データの機密性と整合性を確保します。",{"header":31,"content":32},"GitLabはどのようにして安全なシークレットの保存と取得をサポートしていますか？","GitLabは、Vault（HashiCorp）、Google Cloud Secret Manager、Azure Key Vaultなどの主要なシークレット管理プロバイダと統合しています。これにより、シークレットはCIジョブが必要なときにのみ安全に取得され、シークレットが必要ない時には安全に保存され、露出や不正アクセスのリスクが低減されます。",{"header":34,"content":35},"シークレットの生成と使用におけるベストプラクティスは何ですか？","- __シークレットの生成__：強力なシークレットを生成するために、ハードウェアセキュリティモジュール（HSM）のような暗号学的デバイスを使用します。AWS CloudHSMやGCP Cloud HSMなどのクラウドHSMサービスを利用することで、費用対効果が高く、改ざんされにくいシークレットの生成が可能になります。\n- __シークレットの使用__：最小権限の原則を実装し、シークレットは単一の目的に使用され、許可されたユーザーやサービスのみがアクセスできるようにします。シークレットをハードコーディングすることを避け、露出を最小限に抑えます。",{"header":37,"content":38},"GitLabはどのようにシークレット検出と可監査性をサポートしますか？","GitLabは、誤ってコミットされたシークレットや認証情報を検出する機能を提供しています。管理者は、流出したシークレットを無効化するなど、セキュリティリスクを最小限に抑えるための自動対応を設定できます。さらに、監査イベントはトークンやキーの使用に関するアクティビティを記録し、アノマリ検出と継続的なモニタリングをサポートします。","content:ja-jp:the-source:security:how-to-implement-secret-management-best-practices-with-gitlab.yml","yaml","How To Implement Secret Management Best Practices With Gitlab","content","ja-jp/the-source/security/how-to-implement-secret-management-best-practices-with-gitlab.yml","ja-jp/the-source/security/how-to-implement-secret-management-best-practices-with-gitlab","yml",{"_path":47,"_dir":48,"_draft":6,"_partial":6,"_locale":7,"data":49,"_id":352,"_type":40,"title":353,"_source":42,"_file":354,"_stem":355,"_extension":45},"/shared/ja-jp/main-footer","ja-jp",{"text":50,"source":51,"edit":57,"contribute":62,"config":67,"items":72,"minimal":344},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":52,"config":53},"ページのソースを表示",{"href":54,"dataGaName":55,"dataGaLocation":56},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":58,"config":59},"このページを編集",{"href":60,"dataGaName":61,"dataGaLocation":56},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":63,"config":64},"ご協力をお願いします",{"href":65,"dataGaName":66,"dataGaLocation":56},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":68,"facebook":69,"youtube":70,"linkedin":71},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[73,100,173,244,306],{"title":74,"links":75,"subMenu":81},"プラットフォーム",[76],{"text":77,"config":78},"DevSecOpsプラットフォーム",{"href":79,"dataGaName":80,"dataGaLocation":56},"/ja-jp/platform/","devsecops platform",[82],{"title":83,"links":84},"価格",[85,90,95],{"text":86,"config":87},"プランの表示",{"href":88,"dataGaName":89,"dataGaLocation":56},"/ja-jp/pricing/","view plans",{"text":91,"config":92},"Premiumを選ぶ理由",{"href":93,"dataGaName":94,"dataGaLocation":56},"/ja-jp/pricing/premium/","why premium",{"text":96,"config":97},"Ultimateを選ぶ理由",{"href":98,"dataGaName":99,"dataGaLocation":56},"/ja-jp/pricing/ultimate/","why ultimate",{"title":101,"links":102},"ソリューション",[103,108,113,118,123,128,133,138,143,148,153,158,163,168],{"text":104,"config":105},"デジタルトランスフォーメーション",{"href":106,"dataGaName":107,"dataGaLocation":56},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":109,"config":110},"セキュリティとコンプライアンス",{"href":111,"dataGaName":112,"dataGaLocation":56},"/ja-jp/solutions/application-security-testing/","Application security testing",{"text":114,"config":115},"自動化されたソフトウェアデリバリー",{"href":116,"dataGaName":117,"dataGaLocation":56},"/ja-jp/solutions/delivery-automation/","automated software delivery",{"text":119,"config":120},"アジャイル開発",{"href":121,"dataGaName":122,"dataGaLocation":56},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":124,"config":125},"クラウドトランスフォーメーション",{"href":126,"dataGaName":127,"dataGaLocation":56},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":129,"config":130},"SCM",{"href":131,"dataGaName":132,"dataGaLocation":56},"/ja-jp/solutions/source-code-management/","source code management",{"text":134,"config":135},"CI/CD",{"href":136,"dataGaName":137,"dataGaLocation":56},"/ja-jp/solutions/continuous-integration/","continuous integration & delivery",{"text":139,"config":140},"バリューストリーム管理",{"href":141,"dataGaName":142,"dataGaLocation":56},"/ja-jp/solutions/value-stream-management/","value stream management",{"text":144,"config":145},"GitOps",{"href":146,"dataGaName":147,"dataGaLocation":56},"/ja-jp/solutions/gitops/","gitops",{"text":149,"config":150},"Enterprise",{"href":151,"dataGaName":152,"dataGaLocation":56},"/ja-jp/enterprise/","enterprise",{"text":154,"config":155},"スモールビジネス",{"href":156,"dataGaName":157,"dataGaLocation":56},"/ja-jp/small-business/","small business",{"text":159,"config":160},"公共機関",{"href":161,"dataGaName":162,"dataGaLocation":56},"/ja-jp/solutions/public-sector/","public sector",{"text":164,"config":165},"教育",{"href":166,"dataGaName":167,"dataGaLocation":56},"/ja-jp/solutions/education/","education",{"text":169,"config":170},"金融サービス",{"href":171,"dataGaName":172,"dataGaLocation":56},"/ja-jp/solutions/finance/","financial services",{"title":174,"links":175},"関連リソース",[176,181,186,191,196,201,205,209,214,219,224,229,234,239],{"text":177,"config":178},"インストール",{"href":179,"dataGaName":180,"dataGaLocation":56},"/ja-jp/install/","install",{"text":182,"config":183},"クイックスタートガイド",{"href":184,"dataGaName":185,"dataGaLocation":56},"/ja-jp/get-started/","quick setup checklists",{"text":187,"config":188},"学ぶ",{"href":189,"dataGaName":190,"dataGaLocation":56},"https://university.gitlab.com/","learn",{"text":192,"config":193},"製品ドキュメント",{"href":194,"dataGaName":195,"dataGaLocation":56},"https://docs.gitlab.com/","docs",{"text":197,"config":198},"ブログ",{"href":199,"dataGaName":200},"/ja-jp/blog/","blog",{"text":202,"config":203},"お客様の成功事例",{"href":204,"dataGaLocation":56},"/ja-jp/customers/",{"text":206,"config":207},"お客様成功事例",{"href":204,"dataGaName":208,"dataGaLocation":56},"customer success stories",{"text":210,"config":211},"リモート",{"href":212,"dataGaName":213,"dataGaLocation":56},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":215,"config":216},"GitLabサービス",{"href":217,"dataGaName":218,"dataGaLocation":56},"/ja-jp/services/","services",{"text":220,"config":221},"TeamOps",{"href":222,"dataGaName":223,"dataGaLocation":56},"/ja-jp/teamops/","teamops",{"text":225,"config":226},"コミュニティ",{"href":227,"dataGaName":228,"dataGaLocation":56},"/community/","community",{"text":230,"config":231},"フォーラム",{"href":232,"dataGaName":233,"dataGaLocation":56},"https://forum.gitlab.com/","forum",{"text":235,"config":236},"イベント",{"href":237,"dataGaName":238,"dataGaLocation":56},"/events/","events",{"text":240,"config":241},"パートナー",{"href":242,"dataGaName":243,"dataGaLocation":56},"/ja-jp/partners/","partners",{"title":245,"links":246},"Company",[247,252,257,262,267,272,277,281,286,291,296,301],{"text":248,"config":249},"GitLabについて",{"href":250,"dataGaName":251,"dataGaLocation":56},"/ja-jp/company/","company",{"text":253,"config":254},"採用情報",{"href":255,"dataGaName":256,"dataGaLocation":56},"/jobs/","jobs",{"text":258,"config":259},"経営陣",{"href":260,"dataGaName":261,"dataGaLocation":56},"/company/team/e-group/","leadership",{"text":263,"config":264},"チーム",{"href":265,"dataGaName":266,"dataGaLocation":56},"/company/team/","team",{"text":268,"config":269},"ハンドブック",{"href":270,"dataGaName":271,"dataGaLocation":56},"https://handbook.gitlab.com/","handbook",{"text":273,"config":274},"投資家向け情報",{"href":275,"dataGaName":276,"dataGaLocation":56},"https://ir.gitlab.com/","investor relations",{"text":278,"config":279},"Sustainability",{"href":280,"dataGaName":278,"dataGaLocation":56},"/sustainability/",{"text":282,"config":283},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":284,"dataGaName":285,"dataGaLocation":56},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":287,"config":288},"トラストセンター",{"href":289,"dataGaName":290,"dataGaLocation":56},"/ja-jp/security/","trust center",{"text":292,"config":293},"ニュースレター",{"href":294,"dataGaName":295,"dataGaLocation":56},"/company/contact/","newsletter",{"text":297,"config":298},"プレス",{"href":299,"dataGaName":300,"dataGaLocation":56},"/press/","press",{"text":302,"config":303},"現代奴隷制の透明性に関する声明",{"href":304,"dataGaName":305,"dataGaLocation":56},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":307,"links":308},"お問い合わせ",[309,313,318,323,328,333,338],{"text":307,"config":310},{"href":311,"dataGaName":312,"dataGaLocation":56},"/ja-jp/sales/","sales",{"text":314,"config":315},"サポートを受ける",{"href":316,"dataGaName":317,"dataGaLocation":56},"/support/","get help",{"text":319,"config":320},"カスタマーポータル",{"href":321,"dataGaName":322,"dataGaLocation":56},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":324,"config":325},"ステータス",{"href":326,"dataGaName":327,"dataGaLocation":56},"https://status.gitlab.com/","status",{"text":329,"config":330},"利用規約",{"href":331,"dataGaName":332,"dataGaLocation":56},"/terms/","terms of use",{"text":334,"config":335},"プライバシーに関する声明",{"href":336,"dataGaName":337,"dataGaLocation":56},"/ja-jp/privacy/","privacy statement",{"text":339,"config":340},"Cookieの設定",{"dataGaName":341,"dataGaLocation":56,"id":342,"isOneTrustButton":343},"cookie preferences","ot-sdk-btn",true,{"items":345},[346,348,350],{"text":329,"config":347},{"href":331,"dataGaName":332,"dataGaLocation":56},{"text":334,"config":349},{"href":336,"dataGaName":337,"dataGaLocation":56},{"text":339,"config":351},{"dataGaName":341,"dataGaLocation":56,"id":342,"isOneTrustButton":343},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":357,"_dir":358,"_draft":6,"_partial":6,"_locale":7,"id":359,"visibility":343,"title":360,"button":361,"_id":365,"_type":40,"_source":42,"_file":366,"_stem":367,"_extension":45},"/shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18","banner","The Economics of Software Innovation","The Economics of Software Innovation—AI’s $750 Billion Opportunity",{"config":362,"text":364},{"href":363},"/software-innovation-report/","Get the research report","content:shared:ja-jp:the-source:banner:the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18",{"_path":369,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"logo":370,"subscribeLink":375,"navItems":379,"_id":391,"_type":40,"title":392,"_source":42,"_file":393,"_stem":394,"_extension":45},"/shared/ja-jp/the-source/navigation",{"altText":371,"config":372},"the source logo",{"src":373,"href":374},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":376,"config":377},"購読する",{"href":378},"#subscribe",[380,384,387],{"text":381,"config":382},"人工知能",{"href":383},"/ja-jp/the-source/ai/",{"text":109,"config":385},{"href":386},"/ja-jp/the-source/security/",{"text":388,"config":389},"プラットフォームとインフラストラクチャ",{"href":390},"/ja-jp/the-source/platform/","content:shared:ja-jp:the-source:navigation.yml","Navigation","shared/ja-jp/the-source/navigation.yml","shared/ja-jp/the-source/navigation",{"_path":396,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"title":397,"description":398,"submitMessage":399,"formData":400,"_id":403,"_type":40,"_source":42,"_file":404,"_stem":405,"_extension":45},"/shared/ja-jp/the-source/newsletter","The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":401},{"formId":402,"formName":295,"hideRequiredLabel":343},28467,"content:shared:ja-jp:the-source:newsletter.yml","shared/ja-jp/the-source/newsletter.yml","shared/ja-jp/the-source/newsletter",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"slug":8,"type":9,"category":5,"config":407,"seo":408,"content":409,"_id":39,"_type":40,"title":41,"_source":42,"_file":43,"_stem":44,"_extension":45},{"layout":11,"template":12,"featured":6,"author":13},{"ogImage":15,"title":16,"ogTitle":16,"description":17,"ogDescription":17},{"heroImage":15,"title":16,"description":17,"date":19,"timeToRead":20,"keyTakeaways":410,"articleBody":25,"faq":411},[22,23,24],[412,413,414,415],{"header":28,"content":29},{"header":31,"content":32},{"header":34,"content":35},{"header":37,"content":38},{"categoryNames":417},{"ai":381,"platform":388,"security":109},{"_path":419,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"config":420,"seo":421,"content":423,"type":438,"slug":5,"_id":439,"_type":40,"title":7,"_source":42,"_file":440,"_stem":441,"_extension":45},"/ja-jp/the-source/security",{"layout":11},{"title":109,"description":422,"ogImage":7},"進化するセキュリティ脅威とコンプライアンス要件に対応するための最新情報をお届けします。",[424,430],{"componentName":425,"componentContent":426},"TheSourceCategoryHero",{"title":109,"description":422,"image":427},{"config":428},{"src":429},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463273/aplkxrvwpii26xao5yhi.png",{"componentName":431,"componentContent":432},"TheSourceCategoryMainSection",{"config":433},{"sourceCTAs":434},[435,436,437],"source-lp-guide-to-dynamic-sboms","source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain","application-security-in-the-digital-age","category","content:ja-jp:the-source:security:index.yml","ja-jp/the-source/security/index.yml","ja-jp/the-source/security/index",{"_path":443,"_dir":444,"_draft":6,"_partial":6,"_locale":7,"config":445,"title":446,"description":447,"link":448,"_id":454,"_type":40,"_source":42,"_file":455,"_stem":456,"_extension":45},"/shared/ja-jp/the-source/source-lp-ctas/application-security-in-the-digital-age","source-lp-ctas",{"slug":437},"デジタル時代のアプリケーション・セキュリティ","[世界各地のDevSecOpsの専門家5,000名を対象に行った調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/security-compliance/)を読み、組織がアタックサーフェス（攻撃対象領域）の増加にどのように取り組んでいるか、またセキュリティとAIに対する姿勢がどのように変化しているかをご覧ください。",{"text":449,"config":450},"レポートを読む",{"href":451,"dataGaName":452,"dataGaLocation":453},"/ja-jp/developer-survey/2024/security-compliance/","Application Security in the Digital Age","thesource","content:shared:ja-jp:the-source:source-lp-ctas:application-security-in-the-digital-age.yml","shared/ja-jp/the-source/source-lp-ctas/application-security-in-the-digital-age.yml","shared/ja-jp/the-source/source-lp-ctas/application-security-in-the-digital-age",{"_path":419,"_dir":11,"_draft":6,"_partial":6,"_locale":7,"config":458,"seo":459,"content":460,"type":438,"slug":5,"_id":439,"_type":40,"title":7,"_source":42,"_file":440,"_stem":441,"_extension":45},{"layout":11},{"title":109,"description":422,"ogImage":7},[461,465],{"componentName":425,"componentContent":462},{"title":109,"description":422,"image":463},{"config":464},{"src":429},{"componentName":431,"componentContent":466},{"config":467},{"sourceCTAs":468},[435,436,437],[470,474,485],{"_path":443,"_dir":444,"_draft":6,"_partial":6,"_locale":7,"config":471,"title":446,"description":447,"link":472,"_id":454,"_type":40,"_source":42,"_file":455,"_stem":456,"_extension":45},{"slug":437},{"text":449,"config":473},{"href":451,"dataGaName":452,"dataGaLocation":453},{"_path":475,"_dir":444,"_draft":6,"_partial":6,"_locale":7,"config":476,"title":477,"link":478,"_id":482,"_type":40,"_source":42,"_file":483,"_stem":484,"_extension":45},"/shared/ja-jp/the-source/source-lp-ctas/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain",{"slug":436},"ソフトウェアサプライチェーンにおける脅威ベクターのフィールドガイド",{"config":479},{"href":480,"dataGaName":481,"dataGaLocation":453},"/the-source/security/field-guide-to-threat-vectors-in-the-software-supply-chain/","A field guide to threat vectors in the software supply chain","content:shared:ja-jp:the-source:source-lp-ctas:source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain.yml","shared/ja-jp/the-source/source-lp-ctas/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain.yml","shared/ja-jp/the-source/source-lp-ctas/source-lp-a-field-guide-to-threat-vectors-in-the-software-supply-chain",{"_path":486,"_dir":444,"_draft":6,"_partial":6,"_locale":7,"config":487,"title":488,"description":489,"link":490,"_id":495,"_type":40,"_source":42,"_file":496,"_stem":497,"_extension":45},"/shared/ja-jp/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms",{"slug":435},"GitLab動的SBOMガイド： 最新のソフトウェア開発に不可欠な要素","ソフトウェア部品表（SBOM）を使用して、これまで認識されていなかった組織リスクを可視化する方法をご紹介します。",{"text":491,"config":492},"ガイドを読む",{"href":493,"dataGaName":494,"dataGaLocation":453},"/the-source/security/guide-to-dynamic-sboms/","Guide to Dynamic SBOMs","content:shared:ja-jp:the-source:source-lp-ctas:source-lp-guide-to-dynamic-sboms.yml","shared/ja-jp/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms.yml","shared/ja-jp/the-source/source-lp-ctas/source-lp-guide-to-dynamic-sboms",[499,522,538,554,570,591,611,627,645,665,682,703,719,737,754,772,791,809,827,848,869,885,901,919,937,956,972,990,1006,1025],{"_path":500,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":502,"seo":503,"content":505,"type":517,"slug":518,"_id":519,"_type":40,"title":504,"_source":42,"_file":520,"_stem":521,"_extension":45},"/ja-jp/the-source/authors/amanda-rueda","authors",{"layout":11},{"title":504},"Amanda Rueda",[506,515],{"componentName":507,"componentContent":508},"TheSourceAuthorHero",{"config":509,"name":504,"headshot":512},{"gitlabHandle":510,"linkedInProfileUrl":511},"amandarueda","https://www.linkedin.com/in/amandamrueda/",{"altText":504,"config":513},{"src":514},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":516},"TheSourceArticlesList","author","amanda-rueda","content:ja-jp:the-source:authors:amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda",{"_path":523,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":524,"seo":525,"content":527,"type":517,"slug":534,"_id":535,"_type":40,"title":526,"_source":42,"_file":536,"_stem":537,"_extension":45},"/ja-jp/the-source/authors/andre-michael-braun",{"layout":11},{"title":526},"Andre Michael Braun",[528,533],{"componentName":507,"componentContent":529},{"name":526,"headshot":530},{"altText":526,"config":531},{"src":532},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":516},"andre-michael-braun","content:ja-jp:the-source:authors:andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun",{"_path":539,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":540,"seo":541,"content":543,"type":517,"slug":550,"_id":551,"_type":40,"title":542,"_source":42,"_file":552,"_stem":553,"_extension":45},"/ja-jp/the-source/authors/andrew-haschka",{"layout":11},{"title":542},"Andrew Haschka",[544,549],{"componentName":507,"componentContent":545},{"name":542,"headshot":546},{"altText":542,"config":547},{"src":548},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":516},"andrew-haschka","content:ja-jp:the-source:authors:andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka",{"_path":555,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":556,"seo":557,"content":559,"type":517,"slug":566,"_id":567,"_type":40,"title":558,"_source":42,"_file":568,"_stem":569,"_extension":45},"/ja-jp/the-source/authors/ayoub-fandi",{"layout":11},{"title":558},"Ayoub Fandi",[560,565],{"componentName":507,"componentContent":561},{"name":558,"headshot":562},{"altText":558,"config":563},{"src":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":516},"ayoub-fandi","content:ja-jp:the-source:authors:ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi",{"_path":571,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":572,"seo":573,"content":575,"type":517,"slug":587,"_id":588,"_type":40,"title":574,"_source":42,"_file":589,"_stem":590,"_extension":45},"/ja-jp/the-source/authors/brian-wald",{"layout":11},{"title":574},"Brian Wald",[576,586],{"componentName":507,"componentContent":577},{"config":578,"name":574,"role":581,"bio":582,"headshot":583},{"gitlabHandle":579,"linkedInProfileUrl":580},"brianwald","https://www.linkedin.com/in/brianwald/","グローバルフィールドCTO組織主任","GitLabグローバルフィールドのCTO組織主任。エンタープライズソフトウェア開発プラクティスの変革に専念する、ダイナミックなフィールドCTOチームを統率しています。",{"altText":574,"config":584},{"src":585},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":516},"brian-wald","content:ja-jp:the-source:authors:brian-wald.yml","ja-jp/the-source/authors/brian-wald.yml","ja-jp/the-source/authors/brian-wald",{"_path":592,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":593,"seo":594,"content":596,"type":517,"slug":607,"_id":608,"_type":40,"title":595,"_source":42,"_file":609,"_stem":610,"_extension":45},"/ja-jp/the-source/authors/bryan-ross",{"layout":11},{"title":595},"Bryan Ross",[597,606],{"componentName":507,"componentContent":598},{"config":599,"name":595,"headshot":603},{"gitlabHandle":600,"twitterXProfileUrl":601,"linkedInProfileUrl":602},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross",{"altText":595,"config":604},{"src":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":516},"bryan-ross","content:ja-jp:the-source:authors:bryan-ross.yml","ja-jp/the-source/authors/bryan-ross.yml","ja-jp/the-source/authors/bryan-ross",{"_path":612,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":613,"seo":614,"content":616,"type":517,"slug":623,"_id":624,"_type":40,"title":615,"_source":42,"_file":625,"_stem":626,"_extension":45},"/ja-jp/the-source/authors/chandler-gibbons",{"layout":11},{"title":615},"Chandler Gibbons",[617,622],{"componentName":507,"componentContent":618},{"name":615,"headshot":619},{"altText":615,"config":620},{"src":621},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":516},"chandler-gibbons","content:ja-jp:the-source:authors:chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons",{"_path":628,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":629,"seo":630,"content":632,"type":517,"slug":641,"_id":642,"_type":40,"title":631,"_source":42,"_file":643,"_stem":644,"_extension":45},"/ja-jp/the-source/authors/dave-steer",{"layout":11},{"title":631},"Dave Steer",[633,640],{"componentName":507,"componentContent":634},{"config":635,"name":631,"headshot":637},{"gitlabHandle":636},"dsteer",{"altText":631,"config":638},{"src":639},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":516},"dave-steer","content:ja-jp:the-source:authors:dave-steer.yml","ja-jp/the-source/authors/dave-steer.yml","ja-jp/the-source/authors/dave-steer",{"_path":646,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":647,"seo":648,"content":650,"type":517,"slug":660,"_id":661,"_type":40,"title":662,"_source":42,"_file":663,"_stem":664,"_extension":45},"/ja-jp/the-source/authors/ddesanto",{"layout":11},{"title":649},"David DeSanto",[651,659],{"componentName":507,"componentContent":652},{"config":653,"name":649,"headshot":656},{"gitlabHandle":654,"linkedInProfileUrl":655},"david","https://www.linkedin.com/in/ddesanto/",{"altText":649,"config":657},{"src":658},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":516},"ddesanto","content:ja-jp:the-source:authors:ddesanto.yml","Ddesanto","ja-jp/the-source/authors/ddesanto.yml","ja-jp/the-source/authors/ddesanto",{"_path":666,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":667,"seo":668,"content":670,"type":517,"slug":677,"_id":678,"_type":40,"title":679,"_source":42,"_file":680,"_stem":681,"_extension":45},"/ja-jp/the-source/authors/derek-debellis",{"layout":11},{"title":669},"Derek DeBellis",[671,676],{"componentName":507,"componentContent":672},{"name":669,"headshot":673},{"altText":669,"config":674},{"src":675},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":516},"derek-debellis","content:ja-jp:the-source:authors:derek-debellis.yml","Derek Debellis","ja-jp/the-source/authors/derek-debellis.yml","ja-jp/the-source/authors/derek-debellis",{"_path":683,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":684,"seo":685,"content":687,"type":517,"slug":699,"_id":700,"_type":40,"title":686,"_source":42,"_file":701,"_stem":702,"_extension":45},"/ja-jp/the-source/authors/emilio-salvador",{"layout":11},{"title":686},"Emilio Salvador",[688,698],{"componentName":507,"componentContent":689},{"config":690,"name":686,"role":693,"bio":694,"headshot":695},{"gitlabHandle":691,"linkedInProfileUrl":692},"esalvadorp","https://www.linkedin.com/in/emiliosp/","戦略・デベロッパーリレーションズ部門バイスプレジデント","Emilio Salvadorは、GitLabの戦略・デベロッパーリレーションズ部門のバイスプレジデントです。技術部門の幹部社員として20年以上の経験を持つEmilioは、AmazonとMicrosoftでの勤務経験があり、最近ではGoogleのデベロッパーアドボカシーおよびエクスペリエンスチームの戦略と運営を統括しました。MIT大学スローン経営大学院でMBAを取得。",{"altText":686,"config":696},{"src":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":516},"emilio-salvador","content:ja-jp:the-source:authors:emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador",{"_path":704,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":705,"seo":706,"content":708,"type":517,"slug":715,"_id":716,"_type":40,"title":707,"_source":42,"_file":717,"_stem":718,"_extension":45},"/ja-jp/the-source/authors/erika-feldman",{"layout":11},{"title":707},"Erika Feldman",[709,714],{"componentName":507,"componentContent":710},{"name":707,"headshot":711},{"altText":707,"config":712},{"src":713},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":516},"erika-feldman","content:ja-jp:the-source:authors:erika-feldman.yml","ja-jp/the-source/authors/erika-feldman.yml","ja-jp/the-source/authors/erika-feldman",{"_path":720,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":721,"seo":722,"content":724,"type":517,"slug":733,"_id":734,"_type":40,"title":723,"_source":42,"_file":735,"_stem":736,"_extension":45},"/ja-jp/the-source/authors/george-kichukov",{"layout":11},{"title":723},"George Kichukov",[725,732],{"componentName":507,"componentContent":726},{"config":727,"name":723,"headshot":729},{"gitlabHandle":728},"gkichukov",{"altText":723,"config":730},{"src":731},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":516},"george-kichukov","content:ja-jp:the-source:authors:george-kichukov.yml","ja-jp/the-source/authors/george-kichukov.yml","ja-jp/the-source/authors/george-kichukov",{"_path":738,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":739,"seo":740,"content":742,"type":517,"slug":749,"_id":750,"_type":40,"title":751,"_source":42,"_file":752,"_stem":753,"_extension":45},"/ja-jp/the-source/authors/gitlab",{"layout":11},{"title":741},"GitLab",[743,748],{"componentName":507,"componentContent":744},{"name":741,"headshot":745},{"altText":741,"config":746},{"src":747},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":516},"gitlab","content:ja-jp:the-source:authors:gitlab.yml","Gitlab","ja-jp/the-source/authors/gitlab.yml","ja-jp/the-source/authors/gitlab",{"_path":755,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":756,"seo":757,"content":759,"type":517,"slug":768,"_id":769,"_type":40,"title":758,"_source":42,"_file":770,"_stem":771,"_extension":45},"/ja-jp/the-source/authors/grant-hickman",{"layout":11},{"title":758},"Grant Hickman",[760,767],{"componentName":507,"componentContent":761},{"config":762,"name":758,"headshot":764},{"gitlabHandle":763},"g.hickman",{"altText":758,"config":765},{"src":766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":516},"grant-hickman","content:ja-jp:the-source:authors:grant-hickman.yml","ja-jp/the-source/authors/grant-hickman.yml","ja-jp/the-source/authors/grant-hickman",{"_path":773,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":774,"seo":775,"content":777,"type":517,"slug":787,"_id":788,"_type":40,"title":776,"_source":42,"_file":789,"_stem":790,"_extension":45},"/ja-jp/the-source/authors/haim-snir",{"layout":11},{"title":776},"Haim Snir",[778,786],{"componentName":507,"componentContent":779},{"config":780,"name":776,"headshot":783},{"gitlabHandle":781,"linkedInProfileUrl":782},"hsnir1","https://www.linkedin.com/in/haimsnir/",{"altText":776,"config":784},{"src":785},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":516},"haim-snir","content:ja-jp:the-source:authors:haim-snir.yml","ja-jp/the-source/authors/haim-snir.yml","ja-jp/the-source/authors/haim-snir",{"_path":792,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":793,"seo":794,"content":796,"type":517,"slug":800,"_id":805,"_type":40,"title":806,"_source":42,"_file":807,"_stem":808,"_extension":45},"/ja-jp/the-source/authors/iganbaruch",{"layout":11},{"title":795},"Itzik Gan Baruch",[797,804],{"componentName":507,"componentContent":798},{"config":799,"name":795,"headshot":801},{"gitlabHandle":800},"iganbaruch",{"altText":795,"config":802},{"src":803},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":516},"content:ja-jp:the-source:authors:iganbaruch.yml","Iganbaruch","ja-jp/the-source/authors/iganbaruch.yml","ja-jp/the-source/authors/iganbaruch",{"_path":810,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":811,"seo":812,"content":814,"type":517,"slug":13,"_id":823,"_type":40,"title":824,"_source":42,"_file":825,"_stem":826,"_extension":45},"/ja-jp/the-source/authors/jlongo",{"layout":11},{"title":813},"Joseph Longo",[815,822],{"componentName":507,"componentContent":816},{"config":817,"name":813,"headshot":819},{"gitlabHandle":818},"jlongo_gitlab",{"altText":813,"config":820},{"src":821},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":516},"content:ja-jp:the-source:authors:jlongo.yml","Jlongo","ja-jp/the-source/authors/jlongo.yml","ja-jp/the-source/authors/jlongo",{"_path":828,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":829,"seo":830,"content":832,"type":517,"slug":844,"_id":845,"_type":40,"title":831,"_source":42,"_file":846,"_stem":847,"_extension":45},"/ja-jp/the-source/authors/joel-krooswyk",{"layout":11},{"title":831},"Joel Krooswyk",[833,843],{"componentName":507,"componentContent":834},{"config":835,"name":831,"role":838,"bio":839,"headshot":840},{"gitlabHandle":836,"linkedInProfileUrl":837},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","連邦CTO","Joel KrooswykはGitLabの連邦CTOです。Joelは2017年からGitLabの成長に積極的に関わってきました。25年にわたるリーダーシップの経験は、米国の公共部門だけでなく、世界中の中小企業、中堅企業、大企業にも及んでいます。Joelは、政府の政策に関する深い専門知識と、テクノロジー、ソフトウェア開発、AI、サイバーセキュリティにおける豊富な経験を兼ね備えており、産業界や政府機関から、政策の解説や対応について頻繁に依頼を受けています。",{"altText":831,"config":841},{"src":842},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":516},"joel-krooswyk","content:ja-jp:the-source:authors:joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk",{"_path":849,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":850,"seo":851,"content":853,"type":517,"slug":865,"_id":866,"_type":40,"title":852,"_source":42,"_file":867,"_stem":868,"_extension":45},"/ja-jp/the-source/authors/josh-lemos",{"layout":11},{"title":852},"Josh Lemos",[854,864],{"componentName":507,"componentContent":855},{"config":856,"name":852,"role":859,"bio":860,"headshot":861},{"gitlabHandle":857,"linkedInProfileUrl":858},"joshlemos","https://www.linkedin.com/in/joshlemos/","最高情報セキュリティ責任者","Josh Lemosは20年にわたり情報セキュリティチームを率いてきた経験を生かし、GitLab Inc.の最高情報セキュリティ責任者を務めています。具体的には、情報資産とテクノロジーを適切に保護するための企業ビジョン、戦略、プログラムの確立および維持、Gitlab DevSecOpsプラットフォームの強化、そして顧客への最高水準のセキュリティ提供といった職務を担当しています。",{"altText":852,"config":862},{"src":863},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":516},"josh-lemos","content:ja-jp:the-source:authors:josh-lemos.yml","ja-jp/the-source/authors/josh-lemos.yml","ja-jp/the-source/authors/josh-lemos",{"_path":870,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":871,"seo":872,"content":874,"type":517,"slug":881,"_id":882,"_type":40,"title":873,"_source":42,"_file":883,"_stem":884,"_extension":45},"/ja-jp/the-source/authors/julie-griffin",{"layout":11},{"title":873},"Julie Griffin",[875,880],{"componentName":507,"componentContent":876},{"name":873,"headshot":877},{"altText":873,"config":878},{"src":879},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":516},"julie-griffin","content:ja-jp:the-source:authors:julie-griffin.yml","ja-jp/the-source/authors/julie-griffin.yml","ja-jp/the-source/authors/julie-griffin",{"_path":886,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":887,"seo":888,"content":890,"type":517,"slug":897,"_id":898,"_type":40,"title":889,"_source":42,"_file":899,"_stem":900,"_extension":45},"/ja-jp/the-source/authors/kristina-weis",{"layout":11},{"title":889},"Kristina Weis",[891,896],{"componentName":507,"componentContent":892},{"name":889,"headshot":893},{"altText":889,"config":894},{"src":895},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":516},"kristina-weis","content:ja-jp:the-source:authors:kristina-weis.yml","ja-jp/the-source/authors/kristina-weis.yml","ja-jp/the-source/authors/kristina-weis",{"_path":902,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":903,"seo":904,"content":906,"type":517,"slug":915,"_id":916,"_type":40,"title":905,"_source":42,"_file":917,"_stem":918,"_extension":45},"/ja-jp/the-source/authors/lee-faus",{"layout":11},{"title":905},"Lee Faus",[907,914],{"componentName":507,"componentContent":908},{"config":909,"name":905,"headshot":911},{"gitlabHandle":910},"lfaus",{"altText":905,"config":912},{"src":913},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":516},"lee-faus","content:ja-jp:the-source:authors:lee-faus.yml","ja-jp/the-source/authors/lee-faus.yml","ja-jp/the-source/authors/lee-faus",{"_path":920,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":921,"seo":922,"content":924,"type":517,"slug":928,"_id":933,"_type":40,"title":934,"_source":42,"_file":935,"_stem":936,"_extension":45},"/ja-jp/the-source/authors/ncregan",{"layout":11},{"title":923},"Niall Cregan",[925,932],{"componentName":507,"componentContent":926},{"config":927,"name":923,"headshot":929},{"gitlabHandle":928},"ncregan",{"altText":923,"config":930},{"src":931},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":516},"content:ja-jp:the-source:authors:ncregan.yml","Ncregan","ja-jp/the-source/authors/ncregan.yml","ja-jp/the-source/authors/ncregan",{"_path":938,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":939,"seo":940,"content":942,"type":517,"slug":951,"_id":952,"_type":40,"title":953,"_source":42,"_file":954,"_stem":955,"_extension":45},"/ja-jp/the-source/authors/rschulman",{"layout":11},{"title":941},"Robin Schulman",[943,950],{"componentName":507,"componentContent":944},{"config":945,"name":941,"headshot":947},{"gitlabHandle":946},"robin",{"altText":941,"config":948},{"src":949},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":516},"rschulman","content:ja-jp:the-source:authors:rschulman.yml","Rschulman","ja-jp/the-source/authors/rschulman.yml","ja-jp/the-source/authors/rschulman",{"_path":957,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":958,"seo":959,"content":961,"type":517,"slug":968,"_id":969,"_type":40,"title":960,"_source":42,"_file":970,"_stem":971,"_extension":45},"/ja-jp/the-source/authors/sabrina-farmer",{"layout":11},{"title":960},"Sabrina Farmer",[962,967],{"componentName":507,"componentContent":963},{"name":960,"headshot":964},{"altText":960,"config":965},{"src":966},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":516},"sabrina-farmer","content:ja-jp:the-source:authors:sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer",{"_path":973,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":974,"seo":975,"content":977,"type":517,"slug":986,"_id":987,"_type":40,"title":976,"_source":42,"_file":988,"_stem":989,"_extension":45},"/ja-jp/the-source/authors/sandra-gittlen",{"layout":11},{"title":976},"Sandra Gittlen",[978,985],{"componentName":507,"componentContent":979},{"config":980,"name":976,"headshot":982},{"gitlabHandle":981},"sgittlen",{"altText":976,"config":983},{"src":984},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":516},"sandra-gittlen","content:ja-jp:the-source:authors:sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen",{"_path":991,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":992,"seo":993,"content":995,"type":517,"slug":1002,"_id":1003,"_type":40,"title":994,"_source":42,"_file":1004,"_stem":1005,"_extension":45},"/ja-jp/the-source/authors/sharon-gaudin",{"layout":11},{"title":994},"Sharon Gaudin",[996,1001],{"componentName":507,"componentContent":997},{"name":994,"headshot":998},{"altText":994,"config":999},{"src":1000},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":516},"sharon-gaudin","content:ja-jp:the-source:authors:sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin",{"_path":1007,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":1008,"seo":1009,"content":1011,"type":517,"slug":1021,"_id":1022,"_type":40,"title":1010,"_source":42,"_file":1023,"_stem":1024,"_extension":45},"/ja-jp/the-source/authors/stephen-walters",{"layout":11},{"title":1010},"Stephen Walters",[1012,1020],{"componentName":507,"componentContent":1013},{"config":1014,"name":1010,"headshot":1017},{"gitlabHandle":1015,"linkedInProfileUrl":1016},"swalters1","https://www.linkedin.com/in/1stephenwalters/",{"altText":1010,"config":1018},{"src":1019},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463392/g6ktk5qb4vcqc9wqjlf9.jpg",{"componentName":516},"stephen-walters","content:ja-jp:the-source:authors:stephen-walters.yml","ja-jp/the-source/authors/stephen-walters.yml","ja-jp/the-source/authors/stephen-walters",{"_path":1026,"_dir":501,"_draft":6,"_partial":6,"_locale":7,"config":1027,"seo":1028,"content":1030,"type":517,"slug":1042,"_id":1043,"_type":40,"title":1044,"_source":42,"_file":1045,"_stem":1046,"_extension":45},"/ja-jp/the-source/authors/taylor-mccaslin",{"layout":11},{"title":1029},"Taylor McCaslin",[1031,1041],{"componentName":507,"componentContent":1032},{"config":1033,"name":1029,"role":1036,"bio":1037,"headshot":1038},{"gitlabHandle":1034,"linkedInProfileUrl":1035},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","グループマネージャー、製品 - データサイエンス","Taylor McCaslinは、GitLabのAI/ML担当プロダクトリーダーです。AI PoweredおよびModelOpsステージグループを管理するプロダクトマネージャーチームを率い、GitLabユーザーがDevOpsプログラムの一環としてデータサイエンスを活用できるようにするためのビジョンと方向性を示しています。GitLabに入社する前は、Indeed、Duo Security、WP Engineに勤務していました。",{"altText":1029,"config":1039},{"src":1040},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":516},"taylor-mccaslin","content:ja-jp:the-source:authors:taylor-mccaslin.yml","Taylor Mccaslin","ja-jp/the-source/authors/taylor-mccaslin.yml","ja-jp/the-source/authors/taylor-mccaslin",1761814469082]