We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac938ed commit 3f65619Copy full SHA for 3f65619
src/tests/ScanTest.test.ts
@@ -182,7 +182,7 @@ describe("ScanCreate cases", () => {
182
expect(cxCommandOutput.exitCode).toBe(0);
183
});
184
185
- it('ScanSecrets Successful case', async () => {
+ 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");
188
console.log("Json object from scanOSS successful case: " + JSON.stringify(cxCommandOutput));
0 commit comments