ci: relax failure threshold

This commit is contained in:
Digikwal 2025-06-26 18:18:25 +02:00 committed by GitHub
parent 77f393fa79
commit e657e07ac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,4 +58,4 @@ jobs:
- name: Run hadolint
run: |
find . -type f -name "Dockerfile*" -exec hadolint {} +
find . -type f -name "Dockerfile*" -exec hadolint --failure-threshold error {} +