We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34c67e commit 38d8a45Copy full SHA for 38d8a45
pkg/analyze/host_certificate.go
@@ -30,7 +30,7 @@ func (a *AnalyzeHostCertificate) Analyze(
30
}
31
32
const nodeBaseDir = "host-collectors/certificate"
33
- localPath := fmt.Sprintf("%s/%s", nodeBaseDir, collectorName)
+ localPath := fmt.Sprintf("%s/%s.json", nodeBaseDir, collectorName)
34
fileName := fmt.Sprintf("%s.json", collectorName)
35
36
collectedContents, err := retrieveCollectedContents(
0 commit comments