Skip to content

ci: snyk integration #161

ci: snyk integration

ci: snyk integration #161

GitHub Actions / actionlint completed Aug 2, 2023 in 1s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (28)

.github/workflows/ci.yml|197 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|197 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|204 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|219 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|290 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|290 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|290 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|314 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|314 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|314 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|361 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|361 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|361 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|377 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|377 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|390 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|390 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|449 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|449 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|449 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|485 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|485 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|485 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|485 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|503 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|503 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|503 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 197 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:197:9: shellcheck reported issue in this script: SC2086:info:5:50: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:197:9: shellcheck reported issue in this script: SC2086:info:2:32: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:204:9: shellcheck reported issue in this script: SC2086:info:1:40: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:219: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 290 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:290:9: shellcheck reported issue in this script: SC2086:info:10:6: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:290:9: shellcheck reported issue in this script: SC2086:info:11:7: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:290:9: shellcheck reported issue in this script: SC2086:info:12:41: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:314:9: shellcheck reported issue in this script: SC2086:info:3:60: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:314:9: shellcheck reported issue in this script: SC2086:info:4:65: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:314:9: shellcheck reported issue in this script: SC2086:info:5:62: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:361:9: shellcheck reported issue in this script: SC2086:info:3:10: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:361:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:361:9: shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:377:9: shellcheck reported issue in this script: SC2086:info:6:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:377:9: shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:390:9: shellcheck reported issue in this script: SC2086:info:4:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:390:9: shellcheck reported issue in this script: SC2086:info:5:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:449:9: shellcheck reported issue in this script: SC2086:info:2:10: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:449:9: shellcheck reported issue in this script: SC2086:info:9:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:449:9: shellcheck reported issue in this script: SC2086:info:8:5: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:485:9: shellcheck reported issue in this script: SC2086:info:8:55: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:485:9: shellcheck reported issue in this script: SC2086:info:7:52: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:485:9: shellcheck reported issue in this script: SC2086:info:6:50: Double quote to prevent globbing and word splitting [shellcheck]

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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:485:9: shellcheck reported issue in this script: SC2086:info:3:31: Double quote to prevent globbing and word splitting [shellcheck]