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

Update go from 1.17 to 1.18 #54

Closed figadore closed 2 years ago

figadore commented 2 years ago

to fix

# github.com/aquasecurity/defsec/pkg/scanners/terraform/parser/resolvers
/go/pkg/mod/github.com/aquasecurity/defsec@v0.63.0/pkg/scanners/terraform/parser/resolvers/registry.go:44:29: undefined: strings.Cut
note: module requires Go 1.18
/entrypoint.sh: line 20: /go/bin/tfsec: No such file or directory
triat commented 2 years ago

Thanks for the update @figadore!