Skip to content

Commit

Permalink
Upgraded megalinter to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Dec 28, 2024
1 parent 514d867 commit 6f69644
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@
language: script
entry: bin/megalinter
args:
[--image, "oxsecurity/megalinter-terraform:v8", --check-megalinter-version]
[
--image,
"oxsecurity/megalinter-terraform:v8.3.0",
--check-megalinter-version,
]
pass_filenames: false
always_run: true
stages: [pre-commit, manual]
Expand All @@ -110,7 +114,7 @@
args:
[
--image,
"oxsecurity/megalinter-terraform:v8",
"oxsecurity/megalinter-terraform:v8.3.0",
--config-file,
".mega-linter-light.yml",
--fix,
Expand All @@ -128,7 +132,7 @@
args:
[
--image,
"oxsecurity/megalinter-terraform:v8",
"oxsecurity/megalinter-terraform:v8.3.0",
--config-file,
".mega-linter-githubAction.yml",
--fix,
Expand Down

0 comments on commit 6f69644

Please sign in to comment.