(null);
- const { license } = useLicense();
- const isAdmiral = isPaid && license?.variant === 'admiral';
const { activeNode } = useNodes();
const isRemote = activeNode?.type === 'remote';
const { status: trivy, updateCheck, refresh: refreshTrivy, refreshUpdateCheck } = useTrivyStatus();
@@ -402,7 +399,7 @@ export function SecuritySection({ isPaid }: { isPaid: boolean }) {
{TRIVY_SOURCE_DESCRIPTIONS[trivy.source]}
)}
- {trivy.source === 'managed' && isAdmiral && (
+ {trivy.source === 'managed' && isPaid && (