Skip to content

Commit

Permalink
fix: switch no issues to output to info to not fail CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Nov 25, 2022
1 parent ab64101 commit 350b817
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 @@ -154,7 +154,7 @@ function pass(data, passString, passFailMsg) {
jq.run(query, data, options)
.then((output) => {
if (output == 0) {
console.warn(
console.info(
`${chalk.yellow(
data.projectName || data.path
)} - No issues found after custom filtering`
Expand Down

0 comments on commit 350b817

Please sign in to comment.