diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx
index 6288dc86ee..02b00f038c 100644
--- a/packages/app/src/components/catalog/EntityPage.tsx
+++ b/packages/app/src/components/catalog/EntityPage.tsx
@@ -154,8 +154,6 @@ import {
ReportIssue,
} from '@backstage/plugin-techdocs-module-addons-contrib';
import { EntityCostInsightsContent } from '@backstage/plugin-cost-insights';
-import { SecurityTab } from '../SecurityTab/SecurityTab';
-import { showSecurityTab } from '../SecurityTab';
const customEntityFilterKind = ['Component', 'API', 'System'];
@@ -402,12 +400,6 @@ const overviewContent = (
);
-const securityContent = (
-
-
-
-);
-
const serviceEntityPage = (
@@ -448,8 +440,6 @@ const serviceEntityPage = (
{techdocsContent}
- {securityContent}
-