Skip to content

Commit

Permalink
feat: Use Full Mega-Linter Flavor (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Oct 8, 2023
1 parent 48cdd17 commit ef1adc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: ml
# To improve performance, you have the option to change the MegaLinter flavor that is being used.
# Complete details on available flavors can be found at https://megalinter.io/flavors/.
uses: oxsecurity/megalinter/flavors/documentation@a87b2872713c6bdde46d2473c5d7ed23e5752dc2 # v7.4.0
uses: oxsecurity/megalinter@a87b2872713c6bdde46d2473c5d7ed23e5752dc2 # v7.4.0
env:
# All available variables are described in documentation
# https://megalinter.io/configuration/
Expand Down
14 changes: 9 additions & 5 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ DISABLE:
- COPYPASTE
- SPELL

SHOW_ELAPSED_TIME: true
IGNORE_GENERATED_FILES: true
PRINT_ALL_FILES: false
FORMATTERS_DISABLE_ERRORS: false
DISABLE_LINTERS:
- REPOSITORY_DEVSKIM # Disabled as currently not working
- REPOSITORY_KICS # TODO: Fix KICS linter issues and re-enable

DOCKERFILE_HADOLINT_CONFIG_FILE: .hadolint.yml
ERROR_ON_MISSING_EXEC_BIT: true
FORMATTERS_DISABLE_ERRORS: false
IGNORE_GENERATED_FILES: true
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
PRINT_ALL_FILES: false
REPOSITORY_TRUFFLEHOG_ARGUMENTS: --exclude-paths=.trufflehogignore.txt
DOCKERFILE_HADOLINT_CONFIG_FILE: .hadolint.yml
SHOW_ELAPSED_TIME: true

0 comments on commit ef1adc9

Please sign in to comment.