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

Commit c7e301f

Browse files
authored
docs: update snippets_findings tags (#78)
1 parent 4ba96b2 commit c7e301f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/snippets_findings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,15 +562,15 @@ def group_findings_at_time(source_name):
562562
)
563563
for i, group_result in enumerate(group_result_iterator):
564564
print((i + 1), group_result)
565-
# [END group_filtered_findings_at_time]
565+
# [END group_findings_at_time]
566566
return i
567567

568568

569569
def group_findings_and_changes(source_name):
570570
"""Demonstrates grouping all findings across an organization and
571571
associated changes."""
572572
i = 0
573-
# [START group_filtered_findings_with_changes]
573+
# [START group_findings_with_changes]
574574
from datetime import timedelta
575575

576576
from google.cloud import securitycenter

0 commit comments

Comments
 (0)