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

Pull access denied? #23

Closed onyxhat closed 3 years ago

onyxhat commented 3 years ago

I've been using this to scan my terraform for a few weeks - suddenly today I'm receiving the following error response. I've tried adding docker login, but it's still failing.

  Error response from daemon: pull access denied for triat/tfsec, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Does this have anything to do with the rename to tfsec/tfsec?

onyxhat commented 3 years ago

For those running into the same issue change your image pull to: triat/terraform-security-scan@v2.0.2 or whatever the current latest release is.