feat: Add messaging plugins, Docker discovery, fix reconciliation

This commit is contained in:
2026-08-02 00:16:17 -04:00
parent f1d52601de
commit 75b133f610
12 changed files with 288 additions and 17 deletions
+1
View File
@@ -32,6 +32,7 @@ module.exports = {
return new Promise((resolve, reject) => {
const scan = new nmap.OsAndPortScan(targetRange);
scan.command.push('-Pn');
scan.on('complete', function(data) {
const resources = [];
const edges = [];