23 lines
675 B
YAML
23 lines
675 B
YAML
---
|
|
table_name: dast_site_validations
|
|
classes:
|
|
- DastSiteValidation
|
|
feature_categories:
|
|
- dynamic_application_security_testing
|
|
description: The site to be validated with a dast_site_token
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41639
|
|
milestone: '13.4'
|
|
gitlab_schema: gitlab_sec
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: dast_site_token_id
|
|
table: dast_site_tokens
|
|
sharding_key: project_id
|
|
belongs_to: dast_site_token
|
|
desired_sharding_key_migration_job_name: BackfillDastSiteValidationsProjectId
|