20 lines
559 B
YAML
20 lines
559 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_main
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: scanner_id
|
|
table: vulnerability_scanners
|
|
sharding_key: project_id
|
|
belongs_to: scanner
|