Skip to content
Permalink
Browse files
docs: update snippets_findings tags (#78)
  • Loading branch information
Pglinsman committed Oct 30, 2020
1 parent 4ba96b2 commit c7e301f
Showing 1 changed file with 2 additions and 2 deletions.
@@ -562,15 +562,15 @@ def group_findings_at_time(source_name):
)
for i, group_result in enumerate(group_result_iterator):
print((i + 1), group_result)
# [END group_filtered_findings_at_time]
# [END group_findings_at_time]
return i


def group_findings_and_changes(source_name):
"""Demonstrates grouping all findings across an organization and
associated changes."""
i = 0
# [START group_filtered_findings_with_changes]
# [START group_findings_with_changes]
from datetime import timedelta

from google.cloud import securitycenter

0 comments on commit c7e301f

Please sign in to comment.