Skip to content

Commit

Permalink
new code
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Sep 5, 2023
1 parent bd8a64c commit 5b86323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/kubviz/k8smetrics_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func runTrivyScans(config *rest.Config, js nats.JetStreamContext) error {
}

func main() {
fmt.Println("new code runs...")
log.SetFlags(log.LstdFlags | log.Lshortfile)
env := Production
clusterMetricsChan := make(chan error, 1)
Expand Down

0 comments on commit 5b86323

Please sign in to comment.