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 0667241 commit 49c2e3bCopy full SHA for 49c2e3b
src/tests/ScanTest.test.ts
@@ -216,7 +216,7 @@ describe("ScanCreate cases", () => {
216
expect(cxCommandOutput.exitCode).toBe(0);
217
});
218
219
- it.('ScanSecrets with ignore file filters the result', async () => {
+ it('ScanSecrets with ignore file filters the result', async () => {
220
const wrapper = new CxWrapper(cxScanConfig);
221
const cxCommandOutput: CxCommandOutput = await wrapper.secretsScanResults(
222
"src/tests/data/secret-exposed.txt",
0 commit comments