Bump the all group across 1 directory with 25 updates #1824
Annotations
10 errors and 12 warnings
pkg/chains/objects/objects.go#L462
462-487 lines are duplicate of `pkg/chains/objects/objects.go:612-637` (dupl)
|
pkg/chains/objects/objects.go#L612
612-637 lines are duplicate of `pkg/chains/objects/objects.go:462-487` (dupl)
|
pkg/chains/signing/kms/kms_test.go#L57
string `no kms provider found for key reference: ` has 5 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/chains/objects/objects.go#L211
string `Cluster` has 4 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)
|
pkg/chains/formats/slsa/internal/material/material.go#L82
appendAssign: append result not assigned to the same slice (gocritic)
|
pkg/chains/formats/slsa/internal/material/material.go#L309
appendAssign: append result not assigned to the same slice (gocritic)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
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/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)
|
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#L70
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
pkg/chains/signing/wrap.go#L83
unused-parameter: parameter 'data' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading