Skip to content

Commit 38fad06

Browse files
Kef131angelcaamal
andauthored
refactor: rename securitycenter list findings tag (#4380)
Co-authored-by: Angel Caamal <acaamalcanul@google.com>
1 parent 1d8c421 commit 38fad06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

security-center/snippets/v1/listFindingsAtTime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/** Demonstrates listing findings at a point in time. */
1717
function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
18-
// [START securitycenter_list_findings_at_time]
18+
// [START securitycenter_list_findings_within_time_range]
1919
// Imports the Google Cloud client library.
2020
const {SecurityCenterClient} = require('@google-cloud/security-center');
2121

@@ -48,7 +48,7 @@ function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
4848
);
4949
}
5050
listFindingsAtTime();
51-
// [END securitycenter_list_findings_at_time]
51+
// [END securitycenter_list_findings_within_time_range]
5252
}
5353

5454
main(...process.argv.slice(2));

0 commit comments

Comments
 (0)