vibe-audit-scan 1.2.12 → 1.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/scan.js +1 -1
package/package.json
CHANGED
package/src/commands/scan.js
CHANGED
|
@@ -61,7 +61,7 @@ export async function scan(directory, options) {
|
|
|
61
61
|
? `${rawApiUrl}api/audit/gateway`
|
|
62
62
|
: `${rawApiUrl}/api/audit/gateway`;
|
|
63
63
|
|
|
64
|
-
console.log(
|
|
64
|
+
console.log('📡 Syncing report with Vibe Cloud Gateway...');
|
|
65
65
|
try {
|
|
66
66
|
const result = await sendToAPI(gatewayUrl, filteredData, directory, token, codeFiles);
|
|
67
67
|
console.log('✅ Scan data sent successfully!');
|