Skip to content

add actionlint and trivy analyzers #2

add actionlint and trivy analyzers

add actionlint and trivy analyzers #2

Triggered via push March 24, 2024 20:00
Status Failure
Total duration 1m 16s
Artifacts

actionlint.yml

on: push
actionlint
16s
actionlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/benchmarks.yml#L114
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:12:6: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/benchmarks.yml:114:9: shellcheck reported issue in this script: SC2086:info:12:6: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/build.yml#L66
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/build.yml:66:9: shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/build.yml#L186
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2001:style:2:17: See if you can use ${variable//search/replace} instead [shellcheck] Raw Output: .github/workflows/build.yml:186:9: shellcheck reported issue in this script: SC2001:style:2:17: See if you can use ${variable//search/replace} instead [shellcheck]
actionlint: .github/workflows/build.yml#L186
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:40: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/build.yml:186:9: shellcheck reported issue in this script: SC2086:info:3:40: Double quote to prevent globbing and word splitting [shellcheck]
actionlint: .github/workflows/build.yml#L192
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2061:warning:1:14: Quote the parameter to -path so the shell won't interpret it [shellcheck] Raw Output: .github/workflows/build.yml:192:9: shellcheck reported issue in this script: SC2061:warning:1:14: Quote the parameter to -path so the shell won't interpret it [shellcheck]
actionlint: .github/workflows/build.yml#L192
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2035:info:1:14: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck] Raw Output: .github/workflows/build.yml:192:9: shellcheck reported issue in this script: SC2035:info:1:14: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
actionlint: .github/workflows/build.yml#L192
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2061:warning:1:39: Quote the parameter to -path so the shell won't interpret it [shellcheck] Raw Output: .github/workflows/build.yml:192:9: shellcheck reported issue in this script: SC2061:warning:1:39: Quote the parameter to -path so the shell won't interpret it [shellcheck]
actionlint: .github/workflows/build.yml#L192
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2035:info:1:39: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck] Raw Output: .github/workflows/build.yml:192:9: shellcheck reported issue in this script: SC2035:info:1:39: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
actionlint: .github/workflows/build.yml#L238
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2156:warning:1:45: Injecting filenames is fragile and insecure. Use parameters [shellcheck] Raw Output: .github/workflows/build.yml:238:9: shellcheck reported issue in this script: SC2156:warning:1:45: Injecting filenames is fragile and insecure. Use parameters [shellcheck]
actionlint
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085