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
|
description: Checks that docker-compose files are valid
|
||||||
language: script
|
language: script
|
||||||
entry: compose-check.sh
|
entry: compose-check.sh
|
||||||
files: docker-compose.y[a]{0,1}ml$
|
files: (docker-)?compose.y[a]{0,1}ml$
|
||||||
|
|
||||||
- id: hadolint
|
- id: hadolint
|
||||||
name: Lint Dockerfiles
|
name: Lint Dockerfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user