Skip to content

tfsec

Static analysis security scanner for your terraform code

Package Information

  • Domain: aquasecurity.github.io/tfsec
  • Name: tfsec
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install tfsec

Programs

This package provides the following executable programs:

  • tfsec

Available Versions

Show all 9 versions
  • 1.28.14, 1.28.13, 1.28.12, 1.28.11, 1.28.10
  • 1.28.9, 1.28.7, 1.28.6, 1.28.5

Latest Version: 1.28.14

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) tfsec -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tfsec

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.