chore(deps): update pre-commit hook mongodb/kingfisher to v1.85.0#605
Merged
renovate[bot] merged 1 commit intomainfrom Mar 3, 2026
Merged
chore(deps): update pre-commit hook mongodb/kingfisher to v1.85.0#605renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.84.0→v1.85.0Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
mongodb/kingfisher (mongodb/kingfisher)
v1.85.0Compare Source
--view-report-portand--view-report-addresstokingfisher scan --view-report, and--addresstokingfisher view, so the embedded report server can bind to0.0.0.0and be reached from the host when running in Docker. Use--view-report-address 0.0.0.0with-p 7890:7890(or--view-report-port 7891with-p 7891:7891) to view the HTML report at http://localhost:7890 from your host.kingfisher scanto accept Git repository URLs as positional targets (for examplekingfisher scan github.com/org/repoorkingfisher scan https://gitlab.com/group/project.git) without requiring--git-url.--git-urlwhile preserving backward compatibility; using the flag now emits a migration warning to prefer positional URL targets.kingfisher scan jira --include-commentsand--include-changelogto scan per-issue comments and changelog entries, with paginated Jira comment fetching and ADF text normalization preserved for issue/comment content.--turbomode: sets--commit-metadata=false,--no-base64, disables language detection, and disables tree-sitter parsing...for maximum scan speed. Findings will omit Git commit context (author, date, commit hash) and will not include Base64-decoded secrets..db,.sqlite,.sqlite3, etc.), dumping each table as SQL text with named columns so secrets stored in database rows are scannable. Extraction is enabled by default and can be disabled with--no-extract-archives..pyc,.pyo) files via marshal parsing so secrets embedded in bytecode are scannable. Extraction is enabled by default and can be disabled with--no-extract-archives.--excludefiltering into Git tree traversal so excluded paths/subtrees are pruned before blob-introduction bookkeeping.RepositoryIndex::new).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.