triat / terraform-security-scan

Run a security scan on your terraform with the very nice https://github.com/aquasecurity/tfsec
MIT License
110 stars 30 forks source link

rename tfsec location: liamg/tfsec -> tfsec/tfsec #19

Closed velimir closed 3 years ago

velimir commented 3 years ago

fixes the build error:

go: downloading github.com/liamg/tfsec v0.28.1 go: found github.com/liamg/tfsec/cmd/tfsec in github.com/liamg/tfsec v0.28.1 go get: github.com/liamg/tfsec@v0.28.1: parsing go.mod: module declares its path as: github.com/tfsec/tfsec but was required as: github.com/liamg/tfsec

Fixes: #20

triat commented 3 years ago

Hey @velimir,

Thanks for the update of the link, I had not noticed it before.