diff --git a/frontend/src/components/EditorLayout/EditorView.tsx b/frontend/src/components/EditorLayout/EditorView.tsx index fc79a613..4e558645 100644 --- a/frontend/src/components/EditorLayout/EditorView.tsx +++ b/frontend/src/components/EditorLayout/EditorView.tsx @@ -399,7 +399,7 @@ export function EditorView({ {(() => { const canRollback = isPaid && backupInfo.exists; - const canScan = trivy.available && isAdmin && isPaid; + const canScan = trivy.available && isAdmin; const hasOverflowExtras = canRollback || canScan; return ( diff --git a/frontend/src/components/ResourcesView.tsx b/frontend/src/components/ResourcesView.tsx index 73936095..5f930a64 100644 --- a/frontend/src/components/ResourcesView.tsx +++ b/frontend/src/components/ResourcesView.tsx @@ -732,7 +732,7 @@ export default function ResourcesView() { - {trivy.available && isPaid && ( + {trivy.available && (