Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
docs: update snippets_findings tags (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pglinsman committed Oct 30, 2020
1 parent 4ba96b2 commit c7e301f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/snippets/snippets_findings.py
Expand Up @@ -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
Expand Down

0 comments on commit c7e301f

Please sign in to comment.