Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c97d726

Browse files
committed
Remove debug logs
1 parent 042df8a commit c97d726

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

parser-sdk/nodejs/parser-wrapper.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ async function updateScanStatus(findings) {
2626
findingCategories.set(category, 1);
2727
}
2828
}
29-
console.log(findingCategories);
30-
console.log({
31-
status: {
32-
findingCount: findings.length,
33-
findingSeverities: {
34-
informationalCount: severityCount(findings, 'INFORMATIONAL'),
35-
lowCount: severityCount(findings, 'LOW'),
36-
mediumCount: severityCount(findings, 'MEDIUM'),
37-
highCount: severityCount(findings, 'HIGH'),
38-
},
39-
findingCategories: Object.fromEntries(findingCategories.entries()),
40-
},
41-
});
4229

4330
await k8sApi.patchNamespacedCustomObjectStatus(
4431
'execution.experimental.securecodebox.io',

0 commit comments

Comments
 (0)