Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tfsec to 1.28.12 #5332

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terr
[![terrahelp](https://github.com/cloudposse/packages/actions/workflows/terrahelp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterrahelp) | 0.7.5 | Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
[![tflint](https://github.com/cloudposse/packages/actions/workflows/tflint.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atflint) | 0.54.0 | A Pluggable Terraform Linter
[![tfschema](https://github.com/cloudposse/packages/actions/workflows/tfschema.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfschema) | 0.7.9 | A schema inspector for Terraform providers
[![tfsec](https://github.com/cloudposse/packages/actions/workflows/tfsec.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfsec) | 1.28.11 | (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
[![tfsec](https://github.com/cloudposse/packages/actions/workflows/tfsec.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfsec) | 1.28.12 | (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
[![thanos](https://github.com/cloudposse/packages/actions/workflows/thanos.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Athanos) | 0.37.2 | Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.
[![trivy](https://github.com/cloudposse/packages/actions/workflows/trivy.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atrivy) | 0.58.1 | A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI
[![variant](https://github.com/cloudposse/packages/actions/workflows/variant.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant) | 0.38.0 | Variant is a Universal CLI tool that works like a task runner
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ terraform_0.13 \[frozen\] | 0.13.7 | Terraform (Deprecated package. Use terr
[![terrahelp](https://github.com/cloudposse/packages/actions/workflows/terrahelp.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Aterrahelp) | 0.7.5 | Terrahelp is as a command line utility that provides useful tricks like masking of terraform output.
[![tflint](https://github.com/cloudposse/packages/actions/workflows/tflint.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atflint) | 0.54.0 | A Pluggable Terraform Linter
[![tfschema](https://github.com/cloudposse/packages/actions/workflows/tfschema.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfschema) | 0.7.9 | A schema inspector for Terraform providers
[![tfsec](https://github.com/cloudposse/packages/actions/workflows/tfsec.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfsec) | 1.28.11 | (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
[![tfsec](https://github.com/cloudposse/packages/actions/workflows/tfsec.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atfsec) | 1.28.12 | (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
[![thanos](https://github.com/cloudposse/packages/actions/workflows/thanos.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Athanos) | 0.37.2 | Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.
[![trivy](https://github.com/cloudposse/packages/actions/workflows/trivy.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Atrivy) | 0.58.1 | A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI
[![variant](https://github.com/cloudposse/packages/actions/workflows/variant.yml/badge.svg?branch=main)](https://github.com/cloudposse/packages/actions?query=workflow%3Avariant) | 0.38.0 | Variant is a Universal CLI tool that works like a task runner
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tfenv OBSOLETE Transform environment variables for use wit
tflint 0.54.0 A Pluggable Terraform Linter
tfmask OBSOLETE Terraform utility to mask select output from `terraform plan` and `terraform apply`
tfschema 0.7.9 A schema inspector for Terraform providers
tfsec 1.28.11 (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
tfsec 1.28.12 (DEPRECATED: use Trivy instead) Security scanner for your Terraform code
thanos 0.37.2 Highly available Prometheus setup with long term storage capabilities. CNCF Sandbox project.
trivy 0.58.1 A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI
turf OBSOLETE Turf is Cloud Posse's command-line automation helper.
Expand Down
2 changes: 1 addition & 1 deletion vendor/tfsec/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.11
1.28.12
Loading