Skip to content

Commit

Permalink
patch(deps): update dependency aquasecurity/tfsec to v1.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 4bbd8ba commit 67b818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform_tfsec_enabled: True

# @var terraform_tfsec_version:description: Version of tfsec to install
# renovate: datasource=github-releases depName=aquasecurity/tfsec
terraform_tfsec_version: 1.28.4
terraform_tfsec_version: 1.28.5

# @var terraform_tfsec_arch:description: Architecture for tfsec
terraform_tfsec_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
Expand Down

0 comments on commit 67b818e

Please sign in to comment.