Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(ci): sign rpm packages with sha256 #2040

Merged
merged 1 commit into from
Nov 7, 2023

update(ci): sign rpm packages with sha256

b2b0b71
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

update(ci): sign rpm packages with sha256 #2040

update(ci): sign rpm packages with sha256
b2b0b71
Select commit
Loading
Failed to load commit list.
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]