Skip to content

ci: snyk integration #168

ci: snyk integration

ci: snyk integration #168

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

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (28)

.github/workflows/ci.yml|152 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|152 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|159 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|174 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|221 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|245 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|245 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|245 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|269 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|269 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|269 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|316 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|316 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|316 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|332 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|332 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|345 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|345 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|404 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|404 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|404 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|440 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|440 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|440 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|440 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|458 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|458 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|458 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 152 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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

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

See this annotation in the file changed.

@github-actions github-actions / actionlint

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

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