We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2366c5f commit 0a57f75Copy full SHA for 0a57f75
securitycenter/snippets/snippets_findings.py
@@ -562,15 +562,15 @@ def group_findings_at_time(source_name):
562
)
563
for i, group_result in enumerate(group_result_iterator):
564
print((i + 1), group_result)
565
- # [END group_filtered_findings_at_time]
+ # [END group_findings_at_time]
566
return i
567
568
569
def group_findings_and_changes(source_name):
570
"""Demonstrates grouping all findings across an organization and
571
associated changes."""
572
i = 0
573
- # [START group_filtered_findings_with_changes]
+ # [START group_findings_with_changes]
574
from datetime import timedelta
575
576
from google.cloud import securitycenter
0 commit comments