Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]