26 lines
700 B
YAML
26 lines
700 B
YAML
---
|
|
table_name: dast_profiles_pipelines
|
|
classes:
|
|
- Dast::ProfilesPipeline
|
|
feature_categories:
|
|
- dynamic_application_security_testing
|
|
description: Join table between DAST Profiles and CI Pipelines
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56821
|
|
milestone: '13.11'
|
|
gitlab_schema: gitlab_main_cell
|
|
allow_cross_joins:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_transactions:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: dast_profile_id
|
|
table: dast_profiles
|
|
sharding_key: project_id
|
|
belongs_to: dast_profile
|