1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
---
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_sec
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
desired_sharding_key_migration_job_name: BackfillDastProfilesPipelinesProjectId
|