Merge pull request #120 from richarson/richarson-dockerimages

grc.conf: Expand conf.dockerimages regex
This commit is contained in:
Radovan Garabík 2019-07-24 09:03:45 +02:00 committed by GitHub
commit 9367d03d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ conf.free
(^|[/\w\.]+/)docker(-compose)? ps\s?
conf.dockerps
(^|[/\w\.]+/)docker images\s?
(^|[/\w\.]+/)docker image(s| ls| list)\s?
conf.dockerimages
(^|[/\w\.]+/)docker search\s?