Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
Co-authored-by: Teppei Fukuda <[email protected]>
  • Loading branch information
DmitriyLewen and knqyf263 authored Jul 1, 2024
1 parent 61e9c7e commit 66a5196
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 (*parser) Parse(r xio.ReadSeekerAt) ([]types.Package, []types.Dependency, e
if err != nil {
// Show log once per file
once.Do(func() {
log.WithPrefix("conda").Debug("License not found. See https://aquasecurity.github.io/trivy/latest/docs/coverage/os/conda/#license_1 for details",
log.WithPrefix("conda").Debugf("License not found. See %s for details", doc.URL("docs/coverage/os/conda/", "license_1"))
log.String("pkg", pkg.Name), log.Err(err))

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Integration Test

syntax error: unexpected ), expected := or = or comma

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Module Integration Test

syntax error: unexpected ), expected := or = or comma

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / K8s Integration Test

syntax error: unexpected ), expected := or = or comma

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Build Test (macos-latest)

syntax error: unexpected ), expected := or = or comma

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest-m)

syntax error: unexpected ), expected := or = or comma) (typecheck)

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest-m)

syntax error: unexpected ), expected := or = or comma (typecheck)

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest-m)

expected 1 expression (typecheck)

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / VM Integration Test

syntax error: unexpected ), expected := or = or comma

Check failure on line 46 in pkg/fanal/analyzer/language/conda/environment/environment.go

View workflow job for this annotation

GitHub Actions / Test (macos-latest)

syntax error: unexpected ), expected := or = or comma
})
}
Expand Down

0 comments on commit 66a5196

Please sign in to comment.