Skip to content

Commit

Permalink
FIX: Updated log level as temporary solution
Browse files Browse the repository at this point in the history
  • Loading branch information
py-go committed Aug 29, 2021
1 parent 3a5723d commit dab9b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/kubehunter/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ func (s *Scanner) prepareKubeHunterJob() (*batchv1.Job, error) {
if err != nil {
return nil, err
}
kubeHunterArgs := []string{"--pod", "--report", "json", "--log", "warn"}
kubeHunterArgs := []string{"--pod", "--report", "json", "--log", "none"}
// Temporary fix for logging: https://github.com/aquasecurity/kube-hunter/issues/465
quick, err := s.config.GetKubeHunterQuick()
if err != nil {
return nil, err
Expand Down

0 comments on commit dab9b82

Please sign in to comment.