Skip to content

github env

github env #3

Triggered via push June 28, 2024 08:56
Status Failure
Total duration 2m 23s
Artifacts

static-tests.yml

on: push
lint-markdown
6s
lint-markdown
lint-shell
6s
lint-shell
lint-docker
7s
lint-docker
lint-terraform
4s
lint-terraform
lint-ansible
19s
lint-ansible
lint-python-pylint
4s
lint-python-pylint
lint-python-mypy
4s
lint-python-mypy
lint-python-flake8
4s
lint-python-flake8
system-tests-coverage
6s
system-tests-coverage
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 2 warnings
lint-docker: 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
lint-docker: 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`).
lint-docker: 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
lint-docker: services/superset/Dockerfile#L1
DL3006 warning: Always tag the version of an image explicitly
lint-docker: services/superset/Dockerfile#L3
DL3002 warning: Last USER should not be root
lint-docker: 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>`
lint-docker: services/superset/Dockerfile#L8
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
lint-docker: tests/setup/Dockerfile#L3
DL3002 warning: Last USER should not be root
lint-docker: 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
lint-docker: tests/setup/Dockerfile#L7
SC2086 info: Double quote to prevent globbing and word splitting.
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.
name[casing]: tests/testsuite/deploy.yml#L16
All names should start with an uppercase letter.
yaml[truthy]: tests/testsuite/deploy.yml#L19
Truthy value should be one of \[false, true]
name[missing]: tests/testsuite/deploy.yml#L21
All tasks should be named.
lint-python-flake8
Process completed with exit code 1.
lint-python-mypy
Process completed with exit code 2.
lint-python-pylint
Process completed with exit code 30.
lint-shell
Process completed with exit code 1.
lint-terraform
Process completed with exit code 127.
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/.
lint-markdown
Unexpected input(s) 'version', valid inputs are ['entryPoint', 'args', 'config', 'files', 'ignore', 'fix']