Add filtering by low severity as the default.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ async function run(): Promise<void> {
|
||||
|
||||
let filteredChanges = filterChangesBySeverity(minSeverity as Severity, changes)
|
||||
|
||||
for (const change of changes) {
|
||||
for (const change of filteredChanges) {
|
||||
if (
|
||||
change.change_type === 'added' &&
|
||||
change.vulnerabilities !== undefined &&
|
||||
|
||||
Reference in New Issue
Block a user