We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca3cd4 commit 422aa62Copy full SHA for 422aa62
src/tests/ScanTest.test.ts
@@ -184,7 +184,7 @@ describe("ScanCreate cases", () => {
184
185
it.skip('ScanSecrets Successful case', async () => {
186
const wrapper = new CxWrapper(cxScanConfig);
187
- const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults("tsc/tests/data/secret-exposed.txt");
+ const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults("src/tests/data/secret-exposed.txt");
188
console.log("Json object from scanOSS successful case: " + JSON.stringify(cxCommandOutput));
189
expect(cxCommandOutput.payload).toBeDefined();
190
expect(cxCommandOutput.exitCode).toBe(0);
0 commit comments