Skip to content

Commit b36c433

Browse files
committed
Demote some megalint errors to warnings
- Demote `actionlint` errors to warnings - Demote `trivy` errors to warnings Signed-off-by: Joe Block <[email protected]>
1 parent 7417033 commit b36c433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
DEFAULT_BRANCH: main
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
58+
ACTION_ACTIONLINT_DISABLE_ERRORS: true
5859
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
5960
REPOSITORY_KICS_DISABLE_ERRORS: true
61+
REPOSITORY_TRIVY_DISABLE_ERRORS: true
6062

6163
# Upload Mega-Linter artifacts.
6264
# They will be available on Github action page "Artifacts" section

0 commit comments

Comments
 (0)