| copyright |
|
||
|---|---|---|---|
| lastupdated | 2026-06-16 | ||
| keywords | vulnerabilities not visible, runtime | ||
| subcollection | workload-protection | ||
| content-type | troubleshoot |
{{site.data.keyword.attribute-definition-list}}
{: #ts-vulnerabilities-missing} {: troubleshoot} {: support}
The Vulnerabilities menu is missing from the dashboard, or vulnerabilities are not showing for your resources even though the agent is reporting them. {: tsSymptoms}
This can occur due to several reasons: {: tsCauses}
- The agent is not configured to report vulnerability data
- There is a delay in vulnerability data processing
- The resource is listed in inventory but vulnerability scanning has not completed
To resolve this issue: {: tsResolve}
-
For agent-based vulnerability scanning, verify the agent configuration includes the security features:
sysdig: accessKey: <your-access-key> secure: enabled: true
{: codeblock}
-
Check the agent logs to confirm vulnerability scanning is active:
grep -i "vulnerability" /opt/draios/logs/draios.log{: pre}
-
Wait 15-30 minutes after agent deployment for initial vulnerability scans to complete and data to appear in the dashboard.
-
For image vulnerabilities, ensure that the images are being scanned:
- Go to Vulnerabilities > Runtime
- Check if your container images appear in the list
- Verify that image scanning is enabled in your pipeline or registry
-
If vulnerabilities appear in agent logs but not in the UI, check the browser console for JavaScript errors and contact {{site.data.keyword.cloud_notm}} support with the error details.