Run tfsec with reviewdog on pull requests to enforce security best practices
72
stars
24
forks
source link
reviewdog: parse error: failed to unmarshal rdjson (DiagnosticResult): proto: syntax error (line 1:1): unexpected token #115
Open
thepoppingone opened 1 year ago
Just putting it here to help people debug for Terraform 1.5, if
import
flag is used this would be the error raised in reviewdog https://github.com/aquasecurity/tfsec/issues/2070#issuecomment-1673920879Only
trivy
supports theimport
keyword,tfsec
would fail otherwise.