Bump the all group across 1 directory with 18 updates #1728
Annotations
10 errors and 12 warnings
pkg/chains/objects/objects.go#L457
457-482 lines are duplicate of `pkg/chains/objects/objects.go:606-631` (dupl)
|
pkg/chains/objects/objects.go#L606
606-631 lines are duplicate of `pkg/chains/objects/objects.go:457-482` (dupl)
|
pkg/chains/formats/slsa/v1/pipelinerun/provenance_test.go#L88
88-216 lines are duplicate of `pkg/chains/formats/slsa/v1/pipelinerun/provenance_test.go:279-413` (dupl)
|
pkg/chains/formats/slsa/v1/pipelinerun/provenance_test.go#L279
279-413 lines are duplicate of `pkg/chains/formats/slsa/v1/pipelinerun/provenance_test.go:88-216` (dupl)
|
pkg/chains/signing/kms/kms_test.go#L55
string `no kms provider found for key reference: ` has 5 occurrences, make it a constant (goconst)
|
pkg/chains/objects/objects.go#L211
string `Cluster` has 4 occurrences, make it a constant (goconst)
|
pkg/chains/signing/x509/x509_test.go#L60
string `true` has 3 occurrences, make it a constant (goconst)
|
pkg/artifacts/signable_test.go#L501
appendAssign: append result not assigned to the same slice (gocritic)
|
pkg/chains/formats/slsa/attest/attest.go#L131
assignOp: replace `url = url + ".git"` with `url += ".git"` (gocritic)
|
pkg/chains/formats/slsa/extract/v1beta1/extract.go#L75
appendAssign: append result not assigned to the same slice (gocritic)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
pkg/chains/formats/slsa/internal/build_types/build_types.go#L20
exported: exported const SlsaBuildType should have comment (or a comment on this block) or be unexported (revive)
|
internal/backport/constants.go#L19
exported: comment on exported const PipelineResourceTypeImage should be of the form "PipelineResourceTypeImage ..." (revive)
|
internal/backport/constants.go#L22
exported: exported const PipelineResourceTypeGit should have comment (or a comment on this block) or be unexported (revive)
|
pkg/chains/provenance/provenance.go#L25
exported: type name will be used as provenance.ProvenancePredicate by other packages, and that stutters; consider calling this Predicate (revive)
|
pkg/chains/provenance/provenance.go#L45
exported: type name will be used as provenance.ProvenanceRecipe by other packages, and that stutters; consider calling this Recipe (revive)
|
pkg/chains/provenance/provenance.go#L49
exported: exported type RecipeStep should have comment or be unexported (revive)
|
pkg/chains/provenance/provenance.go#L57
exported: type name will be used as provenance.ProvenanceMetadata by other packages, and that stutters; consider calling this Metadata (revive)
|
pkg/chains/provenance/provenance.go#L67
exported: type name will be used as provenance.ProvenanceMaterial by other packages, and that stutters; consider calling this Material (revive)
|
pkg/chains/signing/wrap.go#L31
exported: exported function Wrap should have comment or be unexported (revive)
|
pkg/chains/signing/wrap.go#L70
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading