Skip to content

Commit

Permalink
Merge pull request #103 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
release fix
  • Loading branch information
aarlaud authored Nov 25, 2022
2 parents d0cfef8 + 44ad2e4 commit 754ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snyk-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function run(source, reportCallback, filters, cliOptions = null) {
//options = options;

try {
var ymlFileInJSON = yaml.safeLoad(fs.readFileSync(filters, "utf8"));
var ymlFileInJSON = yaml.load(fs.readFileSync(filters, "utf8"));
customFilters = ymlFileInJSON.customFilters;
debug(customFilters);
} catch (e) {
Expand Down

0 comments on commit 754ed33

Please sign in to comment.