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: ...@@ -1099,7 +1099,9 @@ Example definition:
- name: example_metrics_intersection_database_sourced - name: example_metrics_intersection_database_sourced
operator: AND operator: AND
source: database source: database
events: ['dependency_scanning_pipeline', 'container_scanning_pipeline'] events:
- 'dependency_scanning_pipeline',
- 'container_scanning_pipeline'
time_frame: time_frame:
- 28d - 28d
- all - all
......
...@@ -17,5 +17,7 @@ ...@@ -17,5 +17,7 @@
- name: product_analytics_test_metrics_intersection_database_sourced - name: product_analytics_test_metrics_intersection_database_sourced
source: database source: database
time_frame: [28d] time_frame: [28d]
events: ['dependency_scanning_pipeline', 'container_scanning_pipeline'] events:
- 'dependency_scanning_pipeline',
- 'container_scanning_pipeline'
operator: AND 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