Skip to content

Commit eb4326b

Browse files
fixes minor
1 parent f8eaa5f commit eb4326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/v2/devtronStackManager/DevtronStackManager.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const getSecurityModulesInfoInstalledStatus = async (): Promise<ModuleInf
5555
let installedResponseFlag=false
5656
try {
5757
const [clairResponse, trivyResponse] = await Promise.all([
58-
getModuleInfo(ModuleNameMap.SECURITY),
58+
getModuleInfo(ModuleNameMap.SECURITY_CLAIR),
5959
getModuleInfo(ModuleNameMap.SECURITY_TRIVY),
6060
])
6161
if (clairResponse && trivyResponse) {

0 commit comments

Comments
 (0)