Skip to content

Commit

Permalink
Demote some megalint errors to warnings
Browse files Browse the repository at this point in the history
- Demote `actionlint` errors to warnings
- Demote `trivy` errors to warnings

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Oct 31, 2024
1 parent 7417033 commit b36c433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL
ACTION_ACTIONLINT_DISABLE_ERRORS: true
REPOSITORY_CHECKOV_DISABLE_ERRORS: true
REPOSITORY_KICS_DISABLE_ERRORS: true
REPOSITORY_TRIVY_DISABLE_ERRORS: true

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

0 comments on commit b36c433

Please sign in to comment.