mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
23 lines
653 B
YAML
23 lines
653 B
YAML
---
|
|
table_name: security_findings
|
|
classes:
|
|
- Security::Finding
|
|
feature_categories:
|
|
- vulnerability_management
|
|
description: Stores a subset of the Finding data which is used to optimize the pipeline
|
|
security tab
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40368
|
|
milestone: '13.4'
|
|
gitlab_schema: gitlab_sec
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: scanner_id
|
|
table: vulnerability_scanners
|
|
sharding_key: project_id
|
|
belongs_to: scanner
|
|
desired_sharding_key_migration_job_name: BackfillSecurityFindingsProjectId
|
|
table_size: small
|