We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eaa5f commit eb4326bCopy full SHA for eb4326b
src/components/v2/devtronStackManager/DevtronStackManager.service.ts
@@ -55,7 +55,7 @@ export const getSecurityModulesInfoInstalledStatus = async (): Promise<ModuleInf
55
let installedResponseFlag=false
56
try {
57
const [clairResponse, trivyResponse] = await Promise.all([
58
- getModuleInfo(ModuleNameMap.SECURITY),
+ getModuleInfo(ModuleNameMap.SECURITY_CLAIR),
59
getModuleInfo(ModuleNameMap.SECURITY_TRIVY),
60
])
61
if (clairResponse && trivyResponse) {
0 commit comments