Skip to content

Commit e4d88d4

Browse files
revert-security-center-change
1 parent 96bd553 commit e4d88d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security-center/snippets/management_api/simulateSecurityHealthAnalyticsCustomModule.js

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

0 commit comments

Comments
 (0)