Skip to content

Commit

Permalink
feat: support exclude/include kinds/namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Apr 8, 2024
1 parent 6951afe commit af6f745
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,5 @@ func TestK8s(t *testing.T) {
assert.True(t, lo.SomeBy(*got.Dependencies, func(r cdx.Dependency) bool {
return len(*r.Dependencies) > 0
}))

})
// Has vulnerabilities
assert.True(t, lo.SomeBy(results, func(r types.Result) bool {
return len(r.Vulnerabilities) > 0
}))
})
}

0 comments on commit af6f745

Please sign in to comment.