Skip to content

Commit

Permalink
docs: update snippets_findings tags (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pglinsman authored and Eric Schmidt committed Mar 13, 2023
1 parent 85cf612 commit 318acd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions securitycenter/snippets/snippets_findings.py
Original file line number Diff line number Diff line change
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 318acd4

Please sign in to comment.