Skip to content

Commit

Permalink
Update DISABLE_LINTERS in mega-linter.yml
Browse files Browse the repository at this point in the history
- Add `REPOSITORY_SECRETLINT`
- Change from oneliner to list

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Sep 20, 2023
1 parent 09f79d3 commit a3948c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK
DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK
- REPOSITORY_SECRETLINT
- SPELL_CSPELL
REPOSITORY_CHECKOV_DISABLE_ERRORS: true

# Upload Mega-Linter artifacts.
Expand Down

0 comments on commit a3948c7

Please sign in to comment.