Skip to content

Commit

Permalink
Merge pull request #87 from angrox/feature/add_tfsec_security_analysis
Browse files Browse the repository at this point in the history
feature: added tfsec for terrform template security analysis
  • Loading branch information
leucos committed Feb 18, 2021
2 parents fbf7ee1 + ae53eb2 commit 98c9052
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Currently supported distributions are:
- [terraform-inventory](https://github.com/adammck/terraform-inventory)
- [terragrunt](https://terragrunt.gruntwork.io/)
- [tflint](https://github.com/terraform-linters/tflint/)
- [tfsec](https://github.com/tfsec/tfsec)
- [toji](https://github.com/leucos/toji/)
- [traefik](https://doc.traefik.io/traefik/)
- [trivy](https://github.com/aquasecurity/trivy)
Expand Down
10 changes: 10 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,16 @@ sources:
binaries:
- tflint

tfsec:
description: TFsec uses static analysis of your terraform templates to spot potential security issues.
list:
type: github-releases
url: https://api.github.com/repos/tfsec/tfsec/releases
fetch:
url: https://github.com/tfsec/tfsec/releases/download/v{{ .Version }}/tfsec-{{ .OS }}-{{ .Arch }}
install:
type: direct

toji:
description: "Toji is a Toggle ➡ Jira bridge: sync your Toggl entries directly into Jira issues worklog"
list:
Expand Down

0 comments on commit 98c9052

Please sign in to comment.