Skip to content

Commit

Permalink
refactor: update link to license page
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jun 19, 2024
1 parent 16ea579 commit e3539b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
})
}
Expand Down

0 comments on commit e3539b6

Please sign in to comment.