chore(deps): update alpine:3.18 docker digest to 7144f7b #351
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (5)
pkg/binarywrapper/binarywrapper.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
pkg/binarywrapper/binarywrapper_test.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
internal/openssh/openssh.go|1 col 18| Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
pkg/binarywrapper/binarywrapper.go|165 col 41| non-wrapping format verb for fmt.Errorf. Use %w
to format errors (errorlint)
pkg/binarywrapper/binarywrapper.go|186 col 41| non-wrapping format verb for fmt.Errorf. Use %w
to format errors (errorlint)
Filtered Findings (0)
Annotations
Check failure on line 1 in pkg/binarywrapper/binarywrapper.go
github-actions / golangci
[golangci] pkg/binarywrapper/binarywrapper.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
pkg/binarywrapper/binarywrapper.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in pkg/binarywrapper/binarywrapper_test.go
github-actions / golangci
[golangci] pkg/binarywrapper/binarywrapper_test.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
pkg/binarywrapper/binarywrapper_test.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 1 in internal/openssh/openssh.go
github-actions / golangci
[golangci] internal/openssh/openssh.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
Raw output
internal/openssh/openssh.go:1:18: Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
^
Check failure on line 165 in pkg/binarywrapper/binarywrapper.go
github-actions / golangci
[golangci] pkg/binarywrapper/binarywrapper.go#L165
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Raw output
pkg/binarywrapper/binarywrapper.go:165:41: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
return fmt.Errorf("%w: %s", ErrExec, err)
^
Check failure on line 186 in pkg/binarywrapper/binarywrapper.go
github-actions / golangci
[golangci] pkg/binarywrapper/binarywrapper.go#L186
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Raw output
pkg/binarywrapper/binarywrapper.go:186:41: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
return fmt.Errorf("%w: %s", ErrExec, err)
^