Skip to content

Commit 8e59941

Browse files
iennaecode-review-assist[bot]
andauthored
fix: adjust comment to remove extra word
Co-authored-by: code-review-assist[bot] <182814678+code-review-assist[bot]@users.noreply.github.com>
1 parent 2c7724b commit 8e59941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security-center/snippets/management_api/createSecurityHealthAnalyticsCustomModule.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ function main(organizationId, customModuleDisplayName, locationId = 'global') {
5151
*/
5252
const name = `organizations/${organizationId}/locations/${locationId}/securityHealthAnalyticsCustomModules/custom_module`;
5353

54-
// define the CEL expression here and this will scans for keys that have not been rotated in
55-
// the last 30 days, change it according to the your requirements
54+
// define the CEL expression here and this will scans for keys that have not been rotated in
55+
// the last 30 days, change it according to your requirements
5656
const expr = {
5757
expression: `has(resource.rotationPeriod) && (resource.rotationPeriod > duration('2592000s'))`,
5858
};

0 commit comments

Comments
 (0)