Skip to content

Commit

Permalink
refactor: remove test print
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Dec 6, 2023
1 parent 3f19abd commit 7eb5d3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/scanner/kubeaudit/kubeaudit.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package kubeaudit

import (
"bytes"
"fmt"
"io"

"github.com/KusionStack/karbour/pkg/scanner"
Expand Down Expand Up @@ -82,7 +81,6 @@ func (s *kubeauditScanner) Scan(resources ...runtime.Object) ([]*scanner.Issue,
if err != nil {
return nil, err
}
fmt.Println(manifest)

return s.ScanManifest(manifest)
}
Expand Down

0 comments on commit 7eb5d3d

Please sign in to comment.