Skip to content

Add image scanner GitHub Action #545

Add image scanner GitHub Action

Add image scanner GitHub Action #545

Triggered via pull request October 30, 2024 14:30
Status Failure
Total duration 40s
Artifacts

reviewdog.yml

on: pull_request
runner / markdownlint
22s
runner / markdownlint
runner / misspell
20s
runner / misspell
runner / languagetool
26s
runner / languagetool
runner / alex
31s
runner / alex
runner / shellcheck
14s
runner / shellcheck
runner / tflint
6s
runner / tflint
runner / yamllint
21s
runner / yamllint
runner / actionlint
7s
runner / actionlint
runner / textlint
25s
runner / textlint
runner / alloy
13s
runner / alloy
Fit to window
Zoom out
Zoom in

Annotations

11 errors
runner / actionlint: .github/workflows/security-scans.yml#L29
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2129:style:3:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck] Raw Output: .github/workflows/security-scans.yml:29:9: shellcheck reported issue in this script: SC2129:style:3:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
runner / yamllint: .github/workflows/security-scans.yml#L4
[yamllint] reported by reviewdog 🐶 [warning] truthy value should be one of [false, true] (truthy) Raw Output: ./.github/workflows/security-scans.yml:4:1: [warning] truthy value should be one of [false, true] (truthy)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L13
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:13:15: [error] too many spaces inside braces (braces)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L13
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:13:29: [error] too many spaces inside braces (braces)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L14
[yamllint] reported by reviewdog 🐶 [error] too many spaces after colon (colons) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:14:13: [error] too many spaces after colon (colons)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L14
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:14:15: [error] too many spaces inside braces (braces)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L14
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:14:29: [error] too many spaces inside braces (braces)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L15
[yamllint] reported by reviewdog 🐶 [error] too many spaces after colon (colons) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:15:13: [error] too many spaces after colon (colons)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L15
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:15:15: [error] too many spaces inside braces (braces)
runner / yamllint: charts/k8s-monitoring/docs/examples/features/all-features/values.yaml#L15
[yamllint] reported by reviewdog 🐶 [error] too many spaces inside braces (braces) Raw Output: ./charts/k8s-monitoring/docs/examples/features/all-features/values.yaml:15:29: [error] too many spaces inside braces (braces)
runner / yamllint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835