diff --git a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx
index f37bd6eda5..5bd1cd8e9f 100644
--- a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx
+++ b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx
@@ -203,7 +203,11 @@ export const SonarQubeCard = (props: {
/>
:
+ value.metrics.vulnerabilities === '0' ? (
+
+ ) : (
+
+ )
}
title="Vulnerabilities"
link={value.getIssuesUrl('VULNERABILITY')}