Skip to content

initial update

initial update #17

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

reviewdog.yml

on: pull_request
runner / shellcheck
10s
runner / shellcheck
runner / hadolint
4s
runner / hadolint
runner / misspell
9s
runner / misspell
runner / alex
31s
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#L25
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:25:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: entrypoint.sh#L25
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:25:- ${INPUT_REVIEWDOG_FLAGS} entrypoint.sh:25:+ "${INPUT_REVIEWDOG_FLAGS}"