We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb7fde commit bc96080Copy full SHA for bc96080
.github/workflows/megalinter.yml
@@ -48,7 +48,7 @@ jobs:
48
# Run Linter against code base #
49
################################
50
- name: Lint Code Base
51
- uses: nvuillam/mega-linter@v5
+ uses: nvuillam/mega-linter@v6
52
env:
53
VALIDATE_ALL_CODEBASE: false
54
DEFAULT_BRANCH: main
@@ -58,7 +58,7 @@ jobs:
58
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
59
REPOSITORY_KICS_DISABLE_ERRORS: true
60
REPOSITORY_TRIVY_DISABLE_ERRORS: true
61
-
+ YAML_YAMLLINT_DISABLE_ERRORS: true
62
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
63
- name: Archive production artifacts
64
if: ${{ success() }} || ${{ failure() }}
0 commit comments