add to path #4
static-tests.yml
on: push
setup
13s
run-markdown-lint
7s
run-shell-check
6s
run-docker-hadolint
7s
run-terraform-tflint
4s
run-ansible-lint
20s
run-python-pylint
6s
run-python-mypy
4s
run-python-flake8
5s
run-system-tests-coverage
5s
Annotations
35 errors and 2 warnings
yaml[trailing-spaces]:
.github/workflows/static-tests.yml#L97
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.
|
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.
|
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-markdown-lint:
README.md#L1
First line in a file should be a top-level heading [Context: "![Stateful Tests](https://gith..."]
|
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`"]
|
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 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/.
|
run-markdown-lint
Unexpected input(s) 'version', valid inputs are ['entryPoint', 'args', 'config', 'files', 'ignore', 'fix']
|