Skip to content

Commit

Permalink
[Cloud Posture] Enabled findings group by feature (#131780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirpeled committed May 8, 2022
1 parent c8e3fc5 commit 45e5d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cloud_security_posture/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const INTERNAL_FEATURE_FLAGS = {
showBenchmarks: true,
showManageRulesMock: false,
showRisksMock: false,
showFindingsGroupBy: false,
showFindingsGroupBy: true,
} as const;

export const cspRuleAssetSavedObjectType = 'csp_rule';

0 comments on commit 45e5d08

Please sign in to comment.