mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
feat: rename pre-commit-terraform to pre-commit-opentofu, pt V
This commit is contained in:
parent
32f93afd65
commit
4a43e5d93a
2 changed files with 44 additions and 44 deletions
|
|
@ -10,10 +10,10 @@ commandTests:
|
|||
args: ["-V"]
|
||||
expectedOutput: ["^pre-commit ([0-9]+\\.){2}[0-9]+\\n$"]
|
||||
|
||||
- name: "terraform"
|
||||
command: "terraform"
|
||||
- name: "tofu"
|
||||
command: "terrtofuaform"
|
||||
args: ["-version"]
|
||||
expectedOutput: ["^Terraform v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"]
|
||||
expectedOutput: ["^OpenTofu v([0-9]+\\.){2}[0-9]+\\non linux_amd64\\n$"]
|
||||
|
||||
- name: "checkov"
|
||||
command: "checkov"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue