Skip to content

Suggest adding the pkgconf test pipeline #4296

Suggest adding the pkgconf test pipeline

Suggest adding the pkgconf test pipeline #4296

Triggered via pull request January 9, 2025 22:06
Status Failure
Total duration 1m 5s
Artifacts 1

go-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test: pkg/sca/sca.go#L1
Please run goimports. diff --git a/pkg/sca/sca.go b/pkg/sca/sca.go index 047ba18..92b9f1e 100644 --- a/pkg/sca/sca.go +++ b/pkg/sca/sca.go @@ -450,7 +450,7 @@ func generatePkgConfigDeps(ctx context.Context, hdl SCAHandle, generated *config if isInDir(path, []string{"usr/lib/pkgconfig/", "usr/lib64/pkgconfig/", "usr/share/pkgconfig/"}) { log.Warnf("%s provides .pc files and could use a pkgconf test pipeline", hdl.PackageName()) - } + } if isInDir(path, []string{"usr/local/lib/pkgconfig/", "usr/local/share/pkgconfig/", "usr/lib/pkgconfig/", "usr/lib64/pkgconfig/", "usr/share/pkgconfig/"}) { log.Infof(" found pkg-config %s for %s", pcName, path)
test
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
diff
460 Bytes