8000 GitHub - batinicaz/pre-commit: Docker image for running pre-commit with terraform/checkov checks. Built nightly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docker image for running pre-commit with terraform/checkov checks. Built nightly

Notifications You must be signed in to change notification settings

batinicaz/pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Commit

Adds in pre-commit along with the latest version of:

  • checkov
  • terraform
  • tflint

Built every day at 2AM to get latest changes and scanned for vulnerabilities using Aqua's Trivy.

Usage

You can use the image in GitHub actions with a job definition like the one below:

  pre-commit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Run pre-commit
        uses: batinicaz/gha/.github/actions/pre-commit@latest

This makes use of a custom action that wraps this image to handle the non-root user.

About

Docker image for running pre-commit with terraform/checkov checks. Built nightly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0