Skip to content

initial update

initial update #19

Triggered via pull request February 10, 2024 14:50
@maruloopmaruloop
synchronize #1
initial_update
Status Failure
Total duration 34s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
6s
runner / shellcheck
runner / hadolint
4s
runner / hadolint
runner / misspell
14s
runner / misspell
runner / alex
27s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
runner / shellcheck
Process completed with exit code 2.
runner / shellcheck: entrypoint.sh#L23
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:23:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: entrypoint.sh#L23
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:23:- ${INPUT_REVIEWDOG_FLAGS} entrypoint.sh:23:+ "${INPUT_REVIEWDOG_FLAGS}"