run directly not as action #5177
pre-submit.lint.yml
on: push
formatting
1m 49s
markdownlint
30s
golangci-lint
1m 46s
shellcheck
12s
yamllint
6s
eslint
1m 12s
renovate-config-validator
29s
Annotations
28 errors and 2 warnings
yamllint:
internal/builders/slsa-layout/action.yml#L20
20:7 [indentation] wrong indentation: expected 4 but found 6
|
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/generator_generic_slsa3_alt.yml#L254
254:1 [trailing-spaces] trailing spaces
|
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
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L146
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L183
property "provenance-download-name" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
name: ${{ needs.provenance3.outputs.provenance-download-name }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L184
property "provenance-download-sha256" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
sha256: ${{ needs.provenance3.outputs.provenance-download-sha256 }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L192
property "provenance-download-name" is not defined in object type {outcome: string; provenance-name: string; release-id: string}
```
PROVENANCE_PATH: ${{ needs.provenance3.outputs.provenance-download-name }}/${{ needs.provenance3.outputs.provenance-name }}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
|
shellcheck:
.github/workflows/debug.generic-generator.yml#L193
shellcheck reported issue in this script: SC2086:info:5:21: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
shellcheck:
.github/workflows/generator_generic_slsa3_alt.yml#L225
shellcheck reported issue in this script: SC2086:info:9:23: Double quote to prevent globbing and word splitting
```
run: |
^~~~
```
|
shellcheck
Process completed with exit code 2.
|
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#L187
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)
|
formatting
Process completed with exit code 1.
|
golangci-lint:
internal/builders/generic/attest.go#L42
unused-parameter: parameter 'signer' seems to be unused, consider removing or renaming it as _ (revive)
|
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/
|