mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
15 lines
399 B
YAML
15 lines
399 B
YAML
---
|
|
table_name: sbom_components
|
|
classes:
|
|
- Sbom::Component
|
|
feature_categories:
|
|
- dependency_management
|
|
description: Stores information about software components produced by a Software Bill
|
|
of Materials (SBoM)
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90809
|
|
milestone: '15.2'
|
|
gitlab_schema: gitlab_sec
|
|
sharding_key:
|
|
organization_id: organizations
|
|
table_size: small
|