Skip to content

Commit

Permalink
Re-use existing markdown-link-check configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 5, 2024
1 parent 7281332 commit 5c600a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
DISABLE: COPYPASTE
DISABLE_LINTERS: REPOSITORY_GRYPE,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL
MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/linters/mlc_config.json"
# Scan only changes in PR, otherwise scan everything
REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: ${{ (github.event_name == 'pull_request' && 'true') || 'false' }}

Expand Down

0 comments on commit 5c600a7

Please sign in to comment.