Accounts management (#13) #57
style.yml
on: push
setup
9s
run-markdown-lint
6s
run-yaml-lint
4s
run-shell-check
5s
run-docker-hadolint
6s
run-terraform-tflint
6s
run-ansible-lint
19s
run-python-pylint
4s
run-python-mypy
4s
run-python-flake8
4s
run-system-tests-coverage
6s
Annotations
45 errors and 5 warnings
run-docker-hadolint:
services/mysql-mgmt/Dockerfile#L5
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-server/Dockerfile#L8
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/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#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:
services/superset/Dockerfile#L33
DL3042 warning: Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`
|
run-docker-hadolint:
services/superset/Dockerfile#L33
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:
tests/setup/Dockerfile#L5
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#L5
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
run-docker-hadolint:
tests/setup/Dockerfile#L5
SC2086 info: Double quote to prevent globbing and word splitting.
|
run-markdown-lint:
README.md#L1
First line in a file should be a top-level heading [Context: "![Tests](https://github.com/sz..."]
|
run-markdown-lint:
README.md#L14
Line length [Expected: 80; Actual: 94]
|
run-markdown-lint:
README.md#L19
Line length [Expected: 80; Actual: 166]
|
run-markdown-lint:
README.md#L22
Line length [Expected: 80; Actual: 88]
|
run-markdown-lint:
README.md#L27
Line length [Expected: 80; Actual: 187]
|
run-markdown-lint:
README.md#L39
Line length [Expected: 80; Actual: 122]
|
run-markdown-lint:
README.md#L45
Line length [Expected: 80; Actual: 179]
|
run-markdown-lint:
README.md#L49
Line length [Expected: 80; Actual: 155]
|
run-markdown-lint:
README.md#L50
Lists should be surrounded by blank lines [Context: "* `10.145.211.151`"]
|
run-markdown-lint:
README.md#L54
Lists should be surrounded by blank lines [Context: "* `10.145.211.153`"]
|
yaml[line-length]:
.github/workflows/style.yml#L114
Line too long (199 > 160 characters)
|
yaml[brackets]:
services/mysql-mgmt/docker-compose.yml#L7
Too many spaces inside brackets
|
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]
|
run-python-flake8
Process completed with exit code 126.
|
run-python-mypy
Process completed with exit code 126.
|
run-python-pylint
Process completed with exit code 126.
|
run-shell-check
Process completed with exit code 1.
|
run-terraform-tflint
Process completed with exit code 2.
|
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/system.yml#L25
25:81 [line-length] line too long (94 > 80 characters)
|
run-yaml-lint:
tests/testsuite/roles/testing/tasks/functional.yml#L11
11:81 [line-length] line too long (82 > 80 characters)
|
setup
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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]
|