build: Add DL3027 to ignored lint rules

This commit is contained in:
Kroese
2026-05-28 03:59:46 +02:00
committed by GitHub
parent 0ef03ff230
commit 9fc7efbbf9
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: Dockerfile
ignore: DL3008,DL3018,DL3020,DL3029,DL3059,DL4006,DL4001,SC2114,DL3006
ignore: DL3008,DL3018,DL3020,DL3029,DL3059,DL4006,DL4001,SC2114,DL3006,DL3027
failure-threshold: warning
-
name: Validate JSON and YML files