diff --git a/integration/k8s_test.go b/integration/k8s_test.go index 4f2cc9d39976..7c19643d9593 100644 --- a/integration/k8s_test.go +++ b/integration/k8s_test.go @@ -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 - })) }) }