Skip to content

Commit 1646420

Browse files
authored
Merge pull request #2472 from akto-api-security/fix/threat-heartbeat
Add threat client module in heartbeat
2 parents 1de734f + ed47204 commit 1646420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/dao/src/main/java/com/akto/dto/monitoring/ModuleInfo.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public enum ModuleType {
7171
MINI_RUNTIME,
7272
MINI_TESTING,
7373
K8S,
74-
EBPF
74+
EBPF,
75+
THREAT_DETECTION
7576
}
7677

7778
}

0 commit comments

Comments
 (0)