secure download atts #5155
pre-submit.lint.yml
on: push
formatting
1m 55s
markdownlint
28s
golangci-lint
1m 55s
shellcheck
9s
yamllint
7s
eslint
1m 8s
renovate-config-validator
29s
Annotations
22 errors and 3 warnings
yamllint:
.github/workflows/debug.generic-generator.yml#L19
19:4 [trailing-spaces] trailing spaces
|
yamllint:
.github/workflows/debug.generic-generator.yml#L20
20:5 [indentation] wrong indentation: expected 2 but found 4
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L44
44:9 [indentation] wrong indentation: expected 6 but found 8
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L45
45:13 [indentation] wrong indentation: expected 10 but found 12
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L48
48:1 [trailing-spaces] trailing spaces
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L50
50:13 [indentation] wrong indentation: expected 10 but found 12
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L52
52:1 [trailing-spaces] trailing spaces
|
yamllint:
.github/workflows/builder_generic_slsa3.yml#L54
54:13 [indentation] wrong indentation: expected 10 but found 12
|
yamllint
Process completed with exit code 2.
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L139
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
shellcheck
Process completed with exit code 2.
|
formatting
Process completed with exit code 1.
|
golangci-lint:
internal/builders/generic/attest.go#L115
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L121
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L124
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L168
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L230
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L232
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/main.go#L40
commentedOutCode: may want to remove commented-out code (gocritic)
|
golangci-lint:
internal/builders/generic/attest.go#L218
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
internal/builders/generic/attest.go#L237
unnecessary conversion (unconvert)
|
golangci-lint:
internal/builders/generic/attest.go#L247
unnecessary conversion (unconvert)
|
formatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint:
internal/builders/generic/attest.go#L42
unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/builders/generic/attest.go#L158
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|