Skip to content

Commit

Permalink
default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Sep 29, 2023
1 parent 0a99d08 commit 0ce9e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/kubviz/k8smetrics_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func main() {
// getK8sEvents(clientset)
err = runTrivyScans(config, js)
LogErr(err)
// err = RunKubeScore(clientset, js)
// LogErr(err)
err = RunKubeScore(clientset, js)
LogErr(err)
}

collectAndPublishMetrics()
Expand Down

0 comments on commit 0ce9e60

Please sign in to comment.