Sign inSign up

energonhq/tfsec

By energonhq

Updated 7 months ago

Image
0

451

energonhq/tfsec repository overview

tfsec

Docker Pulls Docker Image Size Docker Image Version

Lightweight Alpine-based image with tfsec for static analysis and security scanning of Terraform code before deployment.

Quick Start

docker pull energonhq/tfsec:latest
docker run --rm -v $(pwd):/src energonhq/tfsec:latest tfsec /src
docker run --rm -v $(pwd):/src energonhq/tfsec:latest tfsec /src --format json

Features

  • tfsec v0.58.6 for Terraform security scanning
  • Supports AWS, Azure, GCP, Kubernetes, and general Terraform checks
  • Multiple output formats: default, json, junit, sarif, csv
  • Configurable severity thresholds and exclusions
  • Zero-config: works out of the box

Supported Tags

  • latest - Most recent stable build
  • v0.58.6 - Specific tfsec version

Quick Reference

KeyValue
Base Imagealpine:3.14.6
Archamd64
Size~50 MB
Workdir/src
Userroot

Environment Variables

VariableDescriptionDefault
CHECKPOINT_DISABLEDisable tfsec update checks-

Volumes

PathPurpose
/srcMount Terraform code here (read-only recommended)

Tag summary

Content type

Image

Digest

sha256:bebbf7d7d

Size

20.2 MB

Last updated

7 months ago

docker pull energonhq/tfsec