Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint-megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.io/flavors/
uses: oxsecurity/megalinter@v9.5.0
uses: oxsecurity/megalinter@v9.6.0

id: ml

Expand Down
1 change: 1 addition & 0 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DISABLE_LINTERS:
- JSON_V8R # Failing for vscode-style syntax (comments).
- REPOSITORY_GITLEAKS # False positive on codecov token, which according to codecov is fine to have hardcoded
- REPOSITORY_KINGFISHER # Same false positives as TRUFFLEHOG/GITLEAKS: .git/config token, codecov token, and localhost test DB URI
- REPOSITORY_BETTERLEAKS # New in megalinter 9.6.0 (gitleaks successor, enabled by default). Same codecov token false positive as GITLEAKS.
- REPOSITORY_OSV_SCANNER # Blocking unrelated PRs. We already have dependabot.
- ACTION_ZIZMOR # Needs GITHUB_TOKEN to query the GH API; blocks unrelated PRs on transient API failures.
DISABLE_ERRORS_LINTERS:
Expand Down
Loading