Skip to content

Add support for proxy server (#111) #347

Add support for proxy server (#111)

Add support for proxy server (#111) #347

Triggered via push November 12, 2024 09:30
Status Failure
Total duration 3m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/config/config.go#L47
undefined: yaml (typecheck)
lint: pkg/scan/scanner.go#L35
undefined: yara (typecheck)
lint: pkg/scan/scanner.go#L21
undefined: yara (typecheck)
lint: pkg/server/grpc.go#L150
undefined: yara (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/runtime/time.go#L204
cannot range over 3 (untyped int constant) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/archive/tar/reader.go#L638
tr.curr.Read undefined (type fileReader has no field or method Read) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/archive/tar/writer.go#L477
tw.curr.Write undefined (type fileWriter has no field or method Write) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/archive/tar/writer.go#L589
sw.fw.Write undefined (type fileWriter has no field or method Write) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L22
a.Lock undefined (type *onceError has no field or method Lock) (typecheck)
lint: ../../../go/pkg/mod/golang.org/[email protected]/src/io/pipe.go#L23
a.Unlock undefined (type *onceError has no field or method Unlock) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/