Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jan 11, 2024
1 parent 5003b61 commit c5dcffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/scanners/helm/test/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Test_helm_scanner_with_archive(t *testing.T) {
require.NotNil(t, results)

failed := results.GetFailed()
assert.Equal(t, 19, len(failed))
assert.Equal(t, 14, len(failed))

visited := make(map[string]bool)
var errorCodes []string
Expand Down Expand Up @@ -125,7 +125,7 @@ func Test_helm_scanner_with_dir(t *testing.T) {
require.NotNil(t, results)

failed := results.GetFailed()
assert.Equal(t, 17, len(failed))
assert.Equal(t, 15, len(failed))

visited := make(map[string]bool)
var errorCodes []string
Expand Down Expand Up @@ -212,7 +212,7 @@ deny[res] {
require.NotNil(t, results)

failed := results.GetFailed()
assert.Equal(t, 21, len(failed))
assert.Equal(t, 16, len(failed))

visited := make(map[string]bool)
var errorCodes []string
Expand Down

0 comments on commit c5dcffc

Please sign in to comment.