Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
tfsec_app: tfsec
tfsec_version: 0.39.21
tfsec_version: 0.39.23
tfsec_osarch: linux-amd64
tfsec_dl_url: https://github.com/liamg/{{ tfsec_app }}/releases/download/v{{ tfsec_version }}/{{ tfsec_app }}-{{ tfsec_osarch }}
tfsec_bin_path: "/usr/local/bin/{{ tfsec_app }}"
@@ -28,7 +28,7 @@ tfsec_bin_permission_mode: '0755'
Variable | Value (default) | Description
------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------
tfsec_app | tfsec | Defines the app to install i.e. **tfsec**
tfsec_version | 0.39.21 | Defined to dynamically fetch the desired version to install. Defaults to: **0.39.21**
tfsec_version | 0.39.23 | Defined to dynamically fetch the desired version to install. Defaults to: **0.39.23**
tfsec_osarch | linux-amd64 | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. Defaults to: **linux-amd64**
tfsec_dl_url | <https://github.com/liamg/{{> tfsec_app }}/releases/download/v{{ tfsec_version }}/{{ tfsec_app }}-{{ tfsec_osarch }} | Defines URL to download the tfsec binary from.
tfsec_bin_path | "/usr/local/bin/{{ tfsec_app }}" | Defined to dynamically set the appropriate path to store tfsec binary into. Defaults to (as generally available on any user's PATH): **/usr/local/bin/tfsec**

0 comments on commit f6ce579

Please sign in to comment.