mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: Adds support for Terrascan (#195)
This commit is contained in:
parent
96346e74d9
commit
fee2387b6c
3 changed files with 85 additions and 3 deletions
|
|
@ -82,3 +82,9 @@
|
|||
files: \.tf$
|
||||
exclude: \.+.terraform\/.*$
|
||||
require_serial: true
|
||||
|
||||
- id: terrascan
|
||||
name: terrascan
|
||||
description: Runs terrascan on Terraform templates.
|
||||
language: script
|
||||
entry: terrascan.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue