fck this multistage build #12
style.yml
on: push
setup
9s
run-markdown-lint
7s
run-yaml-lint
4s
run-shell-check
5s
run-docker-hadolint
6s
run-terraform-tflint
7s
run-ansible-lint
19s
run-python-pylint
5s
run-python-mypy
4s
run-python-flake8
4s
run-system-tests-coverage
6s
Annotations
35 errors and 9 warnings
run-python-mypy
Process completed with exit code 2.
|
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-yaml-lint:
tests/testsuite/deploy.yml#L7
7:38 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L7
7:84 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L7
7:81 [line-length] line too long (85 > 80 characters)
|
run-yaml-lint:
tests/testsuite/deploy.yml#L14
14:38 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L14
14:76 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L21
21:38 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L21
21:80 [braces] too many spaces inside braces
|
run-yaml-lint:
tests/testsuite/deploy.yml#L21
21:81 [line-length] line too long (81 > 80 characters)
|
run-yaml-lint:
tests/testsuite/roles/testing/tasks/functional.yml#L13
13:81 [line-length] line too long (82 > 80 characters)
|
run-yaml-lint:
tests/testsuite/roles/testing/tasks/infrastructure.yml#L39
39:25 [trailing-spaces] trailing spaces
|
yaml[key-duplicates]:
.github/dependabot.yml#L9
Duplication of key "version" in mapping
|
yaml[key-duplicates]:
.github/dependabot.yml#L10
Duplication of key "updates" in mapping
|
yaml[trailing-spaces]:
.github/workflows/style.yml#L95
Trailing spaces
|
yaml[line-length]:
.github/workflows/style.yml#L112
Line too long (199 > 160 characters)
|
yaml[trailing-spaces]:
.github/workflows/tests.yml#L26
Trailing spaces
|
yaml[trailing-spaces]:
.github/workflows/tests.yml#L29
Trailing spaces
|
yaml[trailing-spaces]:
.github/workflows/tests.yml#L33
Trailing spaces
|
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.
|
run-python-flake8
Process completed with exit code 1.
|
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']
|
run-yaml-lint:
tests/testsuite/deploy.yml#L5
5:21 [truthy] truthy value should be one of [false, true]
|
run-yaml-lint:
tests/testsuite/deploy.yml#L12
12:21 [truthy] truthy value should be one of [false, true]
|
run-yaml-lint:
tests/testsuite/deploy.yml#L19
19:21 [truthy] truthy value should be one of [false, true]
|
run-yaml-lint:
.github/workflows/style.yml#L1
1:1 [document-start] missing document start "---"
|
run-yaml-lint:
.github/workflows/style.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
run-yaml-lint:
.github/workflows/tests.yml#L1
1:1 [document-start] missing document start "---"
|
run-yaml-lint:
.github/workflows/tests.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|