Skip to content

Commit

Permalink
bug:[CORE-1148]autofix schedule issue in violations
Browse files Browse the repository at this point in the history
  • Loading branch information
shefalibisht1992 authored and santhosh-challa committed Aug 2, 2023
1 parent c1eb813 commit 21f4b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class ComplianceRepositoryImpl implements ComplianceRepository, Constants

public static final String YYYY_MM_DD = "yyyy-MM-dd";

private List<String> filterCustomHandler = Arrays.asList(DOMAIN,INCLUDE_EXEMPT);
private List<String> filterCustomHandler = Arrays.asList(DOMAIN,INCLUDE_EXEMPT,AUTOFIX_PLANNED+KEYWORD);

private static final String UNABLE_TO_ADD_EXEMPTION_MSG = "Unable to add exemption after approving request";

Expand Down

0 comments on commit 21f4b7a

Please sign in to comment.