Enable hadolint for hassfest docker image and adjust hadolint job (#125146)

This commit is contained in:
Robert Resch 2024-09-09 16:02:44 +02:00 committed by GitHub
parent 6ea59ffa94
commit 0459596e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -434,13 +434,17 @@ jobs:
runs-on: ubuntu-24.04
needs:
- info
- pre-commit
if: |
github.event.inputs.pylint-only != 'true'
&& github.event.inputs.mypy-only != 'true'
&& github.event.inputs.audit-licenses-only != 'true'
strategy:
fail-fast: false
matrix:
file:
- Dockerfile
- Dockerfile.dev
- script/hassfest/docker/Dockerfile
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.7