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 c47c881 commit 0667241Copy full SHA for 0667241
src/tests/ScanTest.test.ts
@@ -216,7 +216,7 @@ describe("ScanCreate cases", () => {
216
expect(cxCommandOutput.exitCode).toBe(0);
217
});
218
219
- it.skip('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