Skip to content

Commit 8ae68bf

Browse files
prql-botclaude
andcommitted
ci: disable REPOSITORY_KINGFISHER in megalinter
MegaLinter v9.4.0 introduces a new kingfisher secret scanner that flags the same false positives already silenced for TRUFFLEHOG and GITLEAKS (.git/config token, codecov token, localhost test DB URI). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a4275fd commit 8ae68bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.mega-linter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ DISABLE_LINTERS:
1717
- YAML_V8R # Slow (70+ seconds). We don't use YAML schema.
1818
- JSON_V8R # Failing for vscode-style syntax (comments).
1919
- REPOSITORY_GITLEAKS # False positive on codecov token, which according to codecov is fine to have hardcoded
20+
- REPOSITORY_KINGFISHER # Same false positives as TRUFFLEHOG/GITLEAKS: .git/config token, codecov token, and localhost test DB URI
2021
DISABLE_ERRORS_LINTERS:
2122
- COPYPASTE_JSCPD
2223
- REPOSITORY_TRIVY

0 commit comments

Comments
 (0)