diff options
author | Jose Lorenzo Rodriguez <jose.zap@gmail.com> | 2018-01-29 22:21:50 +0100 |
---|---|---|
committer | Jose Lorenzo Rodriguez <jose.zap@gmail.com> | 2018-01-29 22:21:50 +0100 |
commit | 4df87eaaddfceaddd625294c0e601aebf2f68a85 (patch) | |
tree | 3ecbf0220c82c652c84b5a2cd1d5126ad5390003 /doc | |
parent | dd413a4732ed52e33ec318c7c15a30cf413c87a3 (diff) | |
download | ale-4df87eaaddfceaddd625294c0e601aebf2f68a85.zip |
Added tests for hadolint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-dockerfile.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-dockerfile.txt b/doc/ale-dockerfile.txt index 288addbb..805cc478 100644 --- a/doc/ale-dockerfile.txt +++ b/doc/ale-dockerfile.txt @@ -5,7 +5,7 @@ ALE Dockerfile Integration *ale-dockerfile-options* =============================================================================== hadolint *ale-dockerfile-hadolint* - hadolint can be found at: https://github.com/lukasmartinelli/hadolint + hadolint can be found at: https://github.com/hadolint/hadolint g:ale_dockerfile_hadolint_use_docker *g:ale_dockerfile_hadolint_use_docker* @@ -25,12 +25,12 @@ g:ale_dockerfile_hadolint_use_docker *g:ale_dockerfile_hadolint_use_docker* g:ale_dockerfile_hadolint_image *g:ale_dockerfile_hadolint_image* *b:ale_dockerfile_hadolint_image* Type: |String| - Default: `'lukasmartinelli/hadolint'` + Default: `'hadolint/hadolint'` This variable controls the docker image used to run hadolint. The default is hadolint's author's build, and can be found at: - https://hub.docker.com/r/lukasmartinelli/hadolint/ + https://hub.docker.com/r/hadolint/hadolint/ =============================================================================== |