Skip to content

Add healthcheck to our backend image #7

Add healthcheck to our backend image

Add healthcheck to our backend image #7

Triggered via pull request December 5, 2023 22:01
Status Failure
Total duration 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

reviewdog.yml

on: pull_request
runner / shellcheck
5s
runner / shellcheck
check / yamllint
15s
check / yamllint
runner / dotenv-linter
7s
runner / dotenv-linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
runner / shellcheck: validate_and_push_dotenv_files.sh#L27
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: validate_and_push_dotenv_files.sh:27:-aws s3 cp $DOTENV_FILES "s3://$S3_BUCKET/$S3_FOLDER/" validate_and_push_dotenv_files.sh:27:+aws s3 cp "$DOTENV_FILES" "s3://$S3_BUCKET/$S3_FOLDER/"
runner / shellcheck
Process completed with exit code 1.
runner / shellcheck: validate_and_push_dotenv_files.sh#L27
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./validate_and_push_dotenv_files.sh:27:11: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
runner / dotenv-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/