Skip to content

Commit 80f8897

Browse files
revert-security-center-change
1 parent e4d88d4 commit 80f8897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security-center/snippets/management_api/createSecurityHealthAnalyticsCustomModule.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function main(organizationId, customModuleDisplayName, locationId = 'global') {
5454
// define the CEL expression here and this will scans for keys that have not been rotated in
5555
// the last 30 days, change it according to your requirements
5656
const expr = {
57-
// eslint-disable-next-line quotes
5857
expression: `has(resource.rotationPeriod) && (resource.rotationPeriod > duration('2592000s'))`,
5958
};
6059

0 commit comments

Comments
 (0)