Skip to content

Merge pull request #33 from radixdlt/DO-1664-snyk

Sign in for the full log view
GitHub Actions / actionlint completed Aug 3, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (28)

.github/workflows/ci.yml|153 col 9| shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|153 col 9| shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|160 col 9| shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|175 col 9| shellcheck reported issue in this script: SC2035:info:1:4: Use ./glob or -- glob so names with dashes won't become options [shellcheck]
.github/workflows/ci.yml|266 col 15| label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
.github/workflows/ci.yml|291 col 9| shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|291 col 9| shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|291 col 9| shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|315 col 9| shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|315 col 9| shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|315 col 9| shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|363 col 9| shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|363 col 9| shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|363 col 9| shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|379 col 9| shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|379 col 9| shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|392 col 9| shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|392 col 9| shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|452 col 9| shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|452 col 9| shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|452 col 9| shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|488 col 9| shellcheck reported issue in this script: SC2086:info:3:31: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|488 col 9| shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|488 col 9| shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|488 col 9| shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|506 col 9| shellcheck reported issue in this script: SC2086:info:5:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|506 col 9| shellcheck reported issue in this script: SC2086:info:6:19: Double quote to prevent globbing and word splitting [shellcheck]
.github/workflows/ci.yml|506 col 9| shellcheck reported issue in this script: SC2086:info:4:19: Double quote to prevent globbing and word splitting [shellcheck]

Filtered Findings (0)

Annotations

Check warning on line 153 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L153

shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:153:9: shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 153 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L153

shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:153:9: shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 160 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L160

shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:160:9: shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 175 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L175

shellcheck reported issue in this script: SC2035:info:1:4: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]
Raw output
.github/workflows/ci.yml:175:9: shellcheck reported issue in this script: SC2035:info:1:4: Use ./*glob* or -- *glob* so names with dashes won't become options [shellcheck]

Check warning on line 266 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L266

label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]
Raw output
.github/workflows/ci.yml:266:15: label "node-only" is unknown. available labels are "windows-latest", "windows-2022", "windows-2019", "windows-2016", "ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "ubuntu-18.04", "macos-latest", "macos-12", "macos-12.0", "macos-11", "macos-11.0", "macos-10.15", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]

Check warning on line 291 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L291

shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:291:9: shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 291 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L291

shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:291:9: shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 291 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L291

shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:291:9: shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 315 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L315

shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:315:9: shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 315 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L315

shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:315:9: shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 315 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L315

shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:315:9: shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 363 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L363

shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:363:9: shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 363 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L363

shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:363:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 363 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L363

shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:363:9: shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 379 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L379

shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:379:9: shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 379 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L379

shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:379:9: shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 392 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L392

shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:392:9: shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 392 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L392

shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:392:9: shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 452 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L452

shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:452:9: shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 452 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L452

shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:452:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 452 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L452

shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:452:9: shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 488 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L488

shellcheck reported issue in this script: SC2086:info:3:31: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:488:9: shellcheck reported issue in this script: SC2086:info:3:31: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 488 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L488

shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:488:9: shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 488 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L488

shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:488:9: shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 488 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/ci.yml#L488

shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yml:488:9: shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]