Skip to content

Do not merge - Validation test #118

Do not merge - Validation test

Do not merge - Validation test #118

Triggered via pull request January 24, 2025 17:37
Status Failure
Total duration 4m 32s
Artifacts

pipeline-docker-cloud.yaml

on: pull_request
Run tests
13s
Run tests
Validate code formatting
11s
Validate code formatting
Run integration tests
44s
Run integration tests
Build and push image
3m 10s
Build and push image
Deploy to stage environment
0s
Deploy to stage environment
Deploy to production environment
0s
Deploy to production environment
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Build and push image
Detected 103 new vulnerabilities
Validate code formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Legacy key/value format with whitespace separator should not be used: Dockerfile#L38
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: Dockerfile#L44
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/