diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 19f12bdb..5109b0ec 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -37,11 +37,11 @@ jobs: - name: MegaLinter id: ml # You can override MegaLinter flavor used to have faster performances - # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter@v9.4.0 + # More info at https://megalinter.io/latest/flavors/ + uses: oxsecurity/megalinter@v9.5.0 env: # All available variables are described in documentation: - # https://megalinter.io/configuration/ + # https://megalinter.io/latest/configuration/ # Validates all source when push on master, else just the diff with # master. Override with true if you always want to lint all sources. VALIDATE_ALL_CODEBASE: false diff --git a/.mega-linter.yml b/.mega-linter.yml index 7f81d38b..266a4b8d 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -17,10 +17,12 @@ ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-format DISABLE_LINTERS: - BASH_EXEC - BASH_SHFMT + - REPOSITORY_OSV_SCANNER - SPELL_CSPELL - - YAML_V8R - YAML_PRETTIER -# DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking. + - YAML_V8R +DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking. + - ACTION_ZIZMOR MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false @@ -29,3 +31,4 @@ UPDATED_SOURCES_REPORTER: true PRINT_ALPACA: false # Don't print ASCII alpaca in the log PRINT_ALL_FILES: true # Print all processed files FLAVOR_SUGGESTIONS: false # Don't show suggestions about different MegaLinter flavors +ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES: [GITHUB_TOKEN]