Skip to content

Commit bc96080

Browse files
committed
Update mega-linter
- Update mega-linter to v6 - Demote YAML_LINT Signed-off-by: Joe Block <[email protected]>
1 parent 7cb7fde commit bc96080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/megalinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Run Linter against code base #
4949
################################
5050
- name: Lint Code Base
51-
uses: nvuillam/mega-linter@v5
51+
uses: nvuillam/mega-linter@v6
5252
env:
5353
VALIDATE_ALL_CODEBASE: false
5454
DEFAULT_BRANCH: main
@@ -58,7 +58,7 @@ jobs:
5858
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
5959
REPOSITORY_KICS_DISABLE_ERRORS: true
6060
REPOSITORY_TRIVY_DISABLE_ERRORS: true
61-
61+
YAML_YAMLLINT_DISABLE_ERRORS: true
6262
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
6363
- name: Archive production artifacts
6464
if: ${{ success() }} || ${{ failure() }}

0 commit comments

Comments
 (0)