Skip to content

wesley-dean-flexion/tfsec_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfsec_docker

This is a Docker image that contains tfsec, an excellent tool written by Liam Galvin for performing static code analysis on Terraform code.

This image will be rebuilt daily thanks to the fine folks at github, Travis CI, and of course, Docker Hub.

Usage

Build image

To build your own image:

docker build -t tfsec .

Run tfsec

To use the daily build from Docker Hub:

docker run --rm -it -v "$(pwd):/workdir" wesleydeanflexion/tfsec .

To run your own image:

docker run --rm -it -v "$(pwd):/workdir" tfsec .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published