Adding logic to filter by vulnerability severity.

This commit is contained in:
Federico Builes
2022-05-31 16:50:39 +02:00
parent e622e72c6f
commit f0a04841ce
8 changed files with 8510 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ test('has a default config filepath', async () => {
expect(true).toEqual(true)
})
test('can read files with both extensions', async () => {
test('the default config path handles .yml and .yaml', async () => {
expect(true).toEqual(true)
})