mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
12
config/application_setting_columns/sdrs_enabled.yml
Normal file
12
config/application_setting_columns/sdrs_enabled.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
api_type:
|
||||
attr: sdrs_enabled
|
||||
clusterwide: true
|
||||
column: sdrs_enabled
|
||||
db_type: boolean
|
||||
default: 'false'
|
||||
description:
|
||||
encrypted: false
|
||||
gitlab_com_different_than_default: false
|
||||
jihu: false
|
||||
not_null: true
|
12
config/application_setting_columns/sdrs_jwt_signing_key.yml
Normal file
12
config/application_setting_columns/sdrs_jwt_signing_key.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
api_type:
|
||||
attr: sdrs_jwt_signing_key
|
||||
clusterwide: true
|
||||
column: sdrs_jwt_signing_key
|
||||
db_type: jsonb
|
||||
default:
|
||||
description:
|
||||
encrypted: true
|
||||
gitlab_com_different_than_default: false
|
||||
jihu: false
|
||||
not_null: false
|
12
config/application_setting_columns/sdrs_url.yml
Normal file
12
config/application_setting_columns/sdrs_url.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
api_type:
|
||||
attr: sdrs_url
|
||||
clusterwide: true
|
||||
column: sdrs_url
|
||||
db_type: text
|
||||
default:
|
||||
description:
|
||||
encrypted: false
|
||||
gitlab_com_different_than_default: false
|
||||
jihu: false
|
||||
not_null: false
|
10
config/audit_events/types/policy_pipeline_skipped.yml
Normal file
10
config/audit_events/types/policy_pipeline_skipped.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
name: policy_pipeline_skipped
|
||||
description: A security policy pipeline is skipped
|
||||
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/539232
|
||||
introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195325
|
||||
feature_category: security_policy_management
|
||||
milestone: '18.2'
|
||||
saved_to_database: false
|
||||
streamed: true
|
||||
scope: [Project]
|
@ -963,6 +963,8 @@
|
||||
- 1
|
||||
- - security_policies_project_transfer
|
||||
- 1
|
||||
- - security_policies_skip_pipelines_audit
|
||||
- 1
|
||||
- - security_process_scan_result_policy
|
||||
- 1
|
||||
- - security_recreate_orchestration_configuration
|
||||
|
Reference in New Issue
Block a user