From e3539b6f748ffd35857c8db50936520ae2380dd2 Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Wed, 19 Jun 2024 15:12:21 +0600 Subject: [PATCH] refactor: update link to license page --- pkg/fanal/analyzer/language/conda/environment/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fanal/analyzer/language/conda/environment/environment.go b/pkg/fanal/analyzer/language/conda/environment/environment.go index e4d31189f11e..cd0465412ade 100644 --- a/pkg/fanal/analyzer/language/conda/environment/environment.go +++ b/pkg/fanal/analyzer/language/conda/environment/environment.go @@ -42,7 +42,7 @@ func (a environmentAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisI if err != nil { // Show log once per file once.Do(func() { - log.WithPrefix("conda").Debug("License not found. For more information, see https://aquasecurity.github.io/trivy/latest/docs/coverage/os/conda/#environmentyml2.”", + log.WithPrefix("conda").Debug("License not found. For more information, see https://aquasecurity.github.io/trivy/latest/docs/coverage/os/conda/#licenses", log.String("file", input.FilePath), log.String("pkg", pkg.Name), log.Err(err)) }) }