mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat(trivy): Add terraform_trivy hook and deprecate terraform_tfsec (#606)
This commit is contained in:
parent
cf0f3168e7
commit
f3c819a747
6 changed files with 152 additions and 4 deletions
|
|
@ -50,6 +50,11 @@ commandTests:
|
|||
args: [ "--version" ]
|
||||
expectedOutput: [ "([0-9]+\\.){2}[0-9]+\\n$" ]
|
||||
|
||||
- name: "trivy"
|
||||
command: "trivy"
|
||||
args: [ "--version" ]
|
||||
expectedOutput: [ "Version: ([0-9]+\\.){2}[0-9]+\\n" ]
|
||||
|
||||
- name: "tfupdate"
|
||||
command: "tfupdate"
|
||||
args: [ "--version" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue