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

Commit f45a288

Browse files
committed
Move parser and persistence sdk to new api group
1 parent 12bd9d4 commit f45a288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parser-sdk/nodejs/parser-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function updateScanStatus(findings) {
4141
});
4242

4343
await k8sApi.patchNamespacedCustomObjectStatus(
44-
'scans.experimental.securecodebox.io',
44+
'execution.experimental.securecodebox.io',
4545
'v1',
4646
namespace,
4747
'scans',

persistence-sdk/nodejs/persistence-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function main() {
2929
let scan;
3030
try {
3131
const { body } = await k8sApi.getNamespacedCustomObject(
32-
'scans.experimental.securecodebox.io',
32+
'execution.experimental.securecodebox.io',
3333
'v1',
3434
namespace,
3535
'scans',

0 commit comments

Comments
 (0)