Skip to content

Commit

Permalink
Merge pull request #213 from intelops/fewfixes
Browse files Browse the repository at this point in the history
new code
  • Loading branch information
vijeyash1 authored Sep 5, 2023
2 parents 6d0bf9f + 5b86323 commit 797ccdc
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 797ccdc

Please sign in to comment.