Skip to content

Commit 3df005d

Browse files
authored
Merge pull request #361 from vkucera/megalinter
Bump oxsecurity/megalinter from 9.4.0 to 9.5.0
2 parents 1c98d4a + 947a089 commit 3df005d

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: MegaLinter
3838
id: ml
3939
# You can override MegaLinter flavor used to have faster performances
40-
# More info at https://megalinter.io/flavors/
41-
uses: oxsecurity/megalinter@v9.4.0
40+
# More info at https://megalinter.io/latest/flavors/
41+
uses: oxsecurity/megalinter@v9.5.0
4242
env:
4343
# All available variables are described in documentation:
44-
# https://megalinter.io/configuration/
44+
# https://megalinter.io/latest/configuration/
4545
# Validates all source when push on master, else just the diff with
4646
# master. Override with true if you always want to lint all sources.
4747
VALIDATE_ALL_CODEBASE: false

.mega-linter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-format
1717
DISABLE_LINTERS:
1818
- BASH_EXEC
1919
- BASH_SHFMT
20+
- REPOSITORY_OSV_SCANNER
2021
- SPELL_CSPELL
21-
- YAML_V8R
2222
- YAML_PRETTIER
23-
# DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking.
23+
- YAML_V8R
24+
DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking.
25+
- ACTION_ZIZMOR
2426
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
2527
SHOW_ELAPSED_TIME: true
2628
FILEIO_REPORTER: false
@@ -29,3 +31,4 @@ UPDATED_SOURCES_REPORTER: true
2931
PRINT_ALPACA: false # Don't print ASCII alpaca in the log
3032
PRINT_ALL_FILES: true # Print all processed files
3133
FLAVOR_SUGGESTIONS: false # Don't show suggestions about different MegaLinter flavors
34+
ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES: [GITHUB_TOKEN]

0 commit comments

Comments
 (0)