Skip to content

update(ci): sign rpm packages with sha256

Sign in for the full log view
GitHub Actions / actionlint failed Nov 7, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (1)

.github/workflows/release-draft.yaml|216 col 9| shellcheck reported issue in this script: SC2035:info:1:96: Use ./glob or -- glob so names with dashes won't become options [shellcheck]

Filtered Findings (12)

.github/workflows/ci.yaml|54 col 9| shellcheck reported issue in this script: SC2086:info:1:197: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yaml|60 col 9| shellcheck reported issue in this script: SC2086:info:1:178: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-draft.yaml|218 col 9| shellcheck reported issue in this script: SC2035:info:1:18: Use ./glob or -- glob so names with dashes won't become options [shellcheck]
.github/workflows/release-draft.yaml|218 col 9| shellcheck reported issue in this script: SC2126:style:1:46: Consider using 'grep -c' instead of 'grep|wc -l' [shellcheck]
.github/workflows/release-draft.yaml|253 col 9| shellcheck reported issue in this script: SC2035:info:1:42: Use ./glob or -- glob so names with dashes won't become options [shellcheck]
.github/workflows/release-draft.yaml|255 col 9| shellcheck reported issue in this script: SC2035:info:1:19: Use ./glob or -- glob so names with dashes won't become options [shellcheck]
.github/workflows/release-final.yaml|83 col 9| shellcheck reported issue in this script: SC2086:info:1:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-final.yaml|83 col 9| shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-final.yaml|149 col 9| shellcheck reported issue in this script: SC2086:info:1:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-final.yaml|149 col 9| shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-final.yaml|210 col 9| shellcheck reported issue in this script: SC2086:info:1:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/release-final.yaml|210 col 9| shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]

Annotations

Check failure on line 216 in .github/workflows/release-draft.yaml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/release-draft.yaml#L216

shellcheck reported issue in this script: SC2035:info:1:96: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
Raw output
.github/workflows/release-draft.yaml:216:9: shellcheck reported issue in this script: SC2035:info:1:96: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]