tenable / terrascan-action

Terrascan GitHub action. Scan infrastructure as code including Terraform, Kubernetes, Helm, and Kustomize file for security best practices.
Apache License 2.0
52 stars 31 forks source link

terrascan-action only available as docker image? #83

Open Olgoetz opened 1 year ago

Olgoetz commented 1 year ago

Hi,

we have to use self-hosted runners. I did some investigation and found out that self-hosted runners don't support github actions based on docker images. How can I use terrascan without using the docker image?

JonathanCrane-DOE commented 1 year ago

Hi @Olgoetz I am also trying to run terrascan on a self-hosted runner. It tries to download the image and it seems like it should work, but I'm getting a rate limit due to trying to download the image anonymously from Docker Hub. I was looking to see how to include my personal access token for terrascan to use to pull the image, but now I'm wondering if it would even work.

JonathanCrane-DOE commented 11 months ago

This project is obviously no longer supported.