Commit 657d453e authored by Rajendra Kadam's avatar Rajendra Kadam

Change array representation of events in YAML list syntax in docs

parent fe6cbbba
......@@ -1099,7 +1099,9 @@ Example definition:
- name: example_metrics_intersection_database_sourced
operator: AND
source: database
events: ['dependency_scanning_pipeline', 'container_scanning_pipeline']
events:
- 'dependency_scanning_pipeline',
- 'container_scanning_pipeline'
time_frame:
- 28d
- all
......
......@@ -17,5 +17,7 @@
- name: product_analytics_test_metrics_intersection_database_sourced
source: database
time_frame: [28d]
events: ['dependency_scanning_pipeline', 'container_scanning_pipeline']
events:
- 'dependency_scanning_pipeline',
- 'container_scanning_pipeline'
operator: AND
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment