Skip to content

Commit 754ed33

Browse files
authored
Merge pull request #103 from snyk-tech-services/develop
release fix
2 parents d0cfef8 + 44ad2e4 commit 754ed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snyk-filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function run(source, reportCallback, filters, cliOptions = null) {
6161
//options = options;
6262

6363
try {
64-
var ymlFileInJSON = yaml.safeLoad(fs.readFileSync(filters, "utf8"));
64+
var ymlFileInJSON = yaml.load(fs.readFileSync(filters, "utf8"));
6565
customFilters = ymlFileInJSON.customFilters;
6666
debug(customFilters);
6767
} catch (e) {

0 commit comments

Comments
 (0)