We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611558e commit bdfcc19Copy full SHA for bdfcc19
pkg/k8s/commands/run.go
@@ -86,6 +86,7 @@ func (r *runner) run(ctx context.Context, artifacts []*k8sArtifacts.Artifact) er
86
r.flagOpts.ScanOptions.Scanners = scanners
87
}
88
var rpt report.Report
89
+ log.Info("Scanning K8s...", log.String("K8s", r.cluster))
90
rpt, err = s.Scan(ctx, artifacts)
91
if err != nil {
92
return xerrors.Errorf("k8s scan error: %w", err)
0 commit comments