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

Commit 4dec6e6

Browse files
committed
Remote commented out code
1 parent 65978f0 commit 4dec6e6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

hook-sdk/nodejs/hook-wrapper.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ async function updateFindings(findings) {
101101
}
102102
}
103103

104-
// const findingStats = {
105-
// count: findings.length,
106-
// severities: {
107-
// informational: severityCount(findings, "INFORMATIONAL"),
108-
// low: severityCount(findings, "LOW"),
109-
// medium: severityCount(findings, "MEDIUM"),
110-
// high: severityCount(findings, "HIGH"),
111-
// },
112-
// categories: Object.fromEntries(findingCategories.entries()),
113-
// };
114-
115104
await k8sApi.patchNamespacedCustomObjectStatus(
116105
"execution.experimental.securecodebox.io",
117106
"v1",

0 commit comments

Comments
 (0)