Skip to content

Integrate tfsec security static analysis to GitHub Actions

License

Notifications You must be signed in to change notification settings

phogolabs/tfsec-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfsec-action

Scan your Terraform code for vulnerabilities with TfSec.

Usage

The workflow, usually declared in .github/workflows/tfsec.yaml under your Go project repository, looks like:

name: tfsec

on:
  pull_request:
    branches: [ main ]

jobs:
  tfsec:
    name: tfsec scanner
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Run TfSec
        uses: phogolabs/[email protected]

References

About

Integrate tfsec security static analysis to GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.0%
  • Dockerfile 47.0%