snyk 1.989.0 → 1.990.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1471,7 +1471,7 @@ function formatShareResults(projectRoot, scanResults, meta) {
1471
1471
  filePath: result.filePath,
1472
1472
  fileType: result.fileType,
1473
1473
  projectType: result.projectType,
1474
- violatedPolicies: result.violatedPolicies,
1474
+ violatedPolicies: result.violatedPolicies.filter((violatedPolicy) => violatedPolicy.severity !== 'none'),
1475
1475
  };
1476
1476
  });
1477
1477
  }