Fixing docker compose file #2
Annotations
4 errors and 6 warnings
yaml[truthy]:
tasks/internet-monitoring.yml#L100
Truthy value should be one of \[false, true]
|
yaml[truthy]:
tasks/internet-monitoring.yml#L108
Truthy value should be one of \[false, true]
|
yaml[truthy]:
tasks/system.yml#L20
Truthy value should be one of \[false, true]
|
Lint
Process completed with exit code 2.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
tasks/system.yml#L20
20:11 [truthy] truthy value should be one of [false, true]
|
Lint:
tasks/internet-monitoring.yml#L100
100:11 [truthy] truthy value should be one of [false, true]
|
Lint:
tasks/internet-monitoring.yml#L108
108:11 [truthy] truthy value should be one of [false, true]
|
jinja[spacing]:
tasks/pi-hole.yml#L35
Jinja2 spacing could be improved: /usr/bin/bash {{ config_dir}}/pi-hole/backup.sh >> {{ config_dir}}/pi-hole/backup-log.log 2>&1 -> /usr/bin/bash {{ config_dir }}/pi-hole/backup.sh >> {{ config_dir }}/pi-hole/backup-log.log 2>&1
|