Skip to content

check tests

check tests #2

Triggered via push June 29, 2024 12:21
Status Failure
Total duration 2m 35s
Artifacts

style.yml

on: push
run-markdown-lint
7s
run-markdown-lint
run-shell-check
6s
run-shell-check
run-docker-hadolint
6s
run-docker-hadolint
run-terraform-tflint
7s
run-terraform-tflint
run-ansible-lint
21s
run-ansible-lint
run-python-pylint
6s
run-python-pylint
run-python-mypy
4s
run-python-mypy
run-python-flake8
5s
run-python-flake8
run-system-tests-coverage
6s
run-system-tests-coverage
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 2 warnings
name[casing]: tests/testsuite/deploy.yml#L2
All names should start with an uppercase letter.
yaml[truthy]: tests/testsuite/deploy.yml#L5
Truthy value should be one of \[false, true]
name[missing]: tests/testsuite/deploy.yml#L7
All tasks should be named.
name[casing]: tests/testsuite/deploy.yml#L9
All names should start with an uppercase letter.
yaml[truthy]: tests/testsuite/deploy.yml#L12
Truthy value should be one of \[false, true]
name[missing]: tests/testsuite/deploy.yml#L14
All tasks should be named.
run-docker-hadolint: services/mysql-mgmt/Dockerfile#L11
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
run-docker-hadolint: services/mysql-mgmt/Dockerfile#L22
DL3047 info: Avoid use of wget without progress bar. Use `wget --progress=dot:giga <url>`. Or consider using `-q` or `-nv` (shorthands for `--quiet` or `--no-verbose`).
run-docker-hadolint: services/redis/Dockerfile#L1
DL3007 warning: Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
run-docker-hadolint: services/superset/Dockerfile#L1
DL3006 warning: Always tag the version of an image explicitly
run-docker-hadolint: services/superset/Dockerfile#L3
DL3002 warning: Last USER should not be root
run-docker-hadolint: services/superset/Dockerfile#L8
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
run-docker-hadolint: services/superset/Dockerfile#L8
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
run-docker-hadolint: tests/setup/Dockerfile#L3
DL3002 warning: Last USER should not be root
run-docker-hadolint: tests/setup/Dockerfile#L7
DL3027 warning: Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead
run-docker-hadolint: tests/setup/Dockerfile#L7
SC2086 info: Double quote to prevent globbing and word splitting.
run-python-flake8
Process completed with exit code 1.
run-python-mypy
Process completed with exit code 2.
run-python-pylint
Process completed with exit code 30.
run-shell-check
Process completed with exit code 1.
run-terraform-tflint
Process completed with exit code 2.
setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-markdown-lint
Unexpected input(s) 'version', valid inputs are ['entryPoint', 'args', 'config', 'files', 'ignore', 'fix']