Update regex to also detect compose.yaml files
According to the new compose specification, compose.yaml is the preferred file name.
This commit is contained in:
parent
f16a4574c1
commit
5ed0959cc4
@ -4,7 +4,7 @@
|
||||
description: Checks that docker-compose files are valid
|
||||
language: script
|
||||
entry: compose-check.sh
|
||||
files: docker-compose.y[a]{0,1}ml$
|
||||
files: (docker-)?compose.y[a]{0,1}ml$
|
||||
|
||||
- id: hadolint
|
||||
name: Lint Dockerfiles
|
||||
|
Loading…
Reference in New Issue
Block a user