File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):
1616
1717``` yaml
1818hadolint_app : hadolint
19- hadolint_version : 2.13.1
19+ hadolint_version : 2.14.0
2020hadolint_os : " {{ ansible_system }}"
2121hadolint_architecture_map :
2222 amd64 : x86_64
@@ -37,7 +37,7 @@ hadolint_bin_permission_mode: '0755'
3737Variable | Description
3838---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------
3939hadolint_app | Defines the app to install i.e. **hadolint**
40- hadolint_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.13.1 **
40+ hadolint_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.14.0 **
4141hadolint_os | Defines os type.
4242hadolint_architecture_map | Defines os architecture.
4343hadolint_dl_url | Defines URL to download the hadolint binary from.
Original file line number Diff line number Diff line change 22# defaults file for hadolint
33
44hadolint_app : hadolint
5- hadolint_version : 2.13.1
5+ hadolint_version : 2.14.0
66hadolint_os : " {{ ansible_system }}"
77hadolint_architecture_map :
88 amd64 : x86_64
You can’t perform that action at this time.
0 commit comments