Skip to content

Commit 41a19dc

Browse files
committed
fds
1 parent 9cad7da commit 41a19dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/patterns/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,3 +962,4 @@ Do:
962962
cwe: '926'
963963
}
964964
};
965+

src/lib/scanner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import _ from 'lodash';
2-
import { corePatterns, enhancedPatterns, recommendations } from './patterns';
2+
import { patterns as corePatterns, recommendations } from './patterns';
33
import { getScannerForFile, PACKAGE_FILE_PATTERNS } from './scanners';
44
import { repoCache } from './cache';
55
import { Octokit } from '@octokit/core';

0 commit comments

Comments
 (0)