Skip to content

Commit

Permalink
tfsec doc version bump to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Jul 12, 2020
1 parent ce572cf commit 233dedc
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
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
tfsec_app: tfsec
tfsec_version: 0.23.0
tfsec_version: 0.24.0
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 }}"
Expand All @@ -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.23.0 | Defined to dynamically fetch the desired version to install. Defaults to: **0.23.0**
tfsec_version | 0.24.0 | Defined to dynamically fetch the desired version to install. Defaults to: **0.24.0**
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**
Expand Down

0 comments on commit 233dedc

Please sign in to comment.