fix: parseImageRef tag parsing (#2411) #4859
build.yaml
on: pull_request
Annotations
5 errors
Run tests
Process completed with exit code 1.
|
Verify code:
pkg/plugins/trivy/plugin.go#L216
paramTypeCombine: func(imageRef string, imageDigest string) (v1alpha1.Registry, v1alpha1.Artifact, error) could be replaced with func(imageRef, imageDigest string) (v1alpha1.Registry, v1alpha1.Artifact, error) (gocritic)
|
Verify code:
pkg/plugins/trivy/plugin_test.go#L7692
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Verify code:
pkg/plugins/trivy/plugin_test.go#L7869
require-error: for error assertions use require (testifylint)
|
Verify code
issues found
|