build(deps): bump oxsecurity/megalinter from 10.0.0 to 10.1.0 in the github-actions group - #116
Conversation
Bumps the github-actions group with 1 update: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter). Updates `oxsecurity/megalinter` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@15e5b45...9949bad) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
MegaLinter 10.1.0 upgrades Kingfisher from v1.112.0 to v2.0.0, which adopts the Betterleaks detector catalog. Its new `betterleaks.gitlab-runner-authentication-token` rule matches every synthetic `glrt-` value in this repo: the placeholder gitlab_validate renders into its tmpfs config.toml, and the fake tokens the shell tests pin. All ten are fabricated and none has ever been a live credential, so the scan is a false positive that fails the MegaLinter job on every PR. Suppress each one with an inline `kingfisher:ignore` directive at the point of use rather than a baseline file, whose fingerprints include byte offsets and so go stale whenever an unrelated edit moves the line. Per-line suppression also keeps a genuinely leaked credential added later in scope, which excluding tests/ from the scan would not. The one multi-entry config.toml fixture joins its redirect onto the token line, matching the sibling fixture above it, because a directive cannot sit inside a line continuation. Verified with kingfisher 2.0.0 (the version MegaLinter 10.1.0 pins): 0 findings, down from 7 reported plus 3 more that value-level dedup hid. tests/run-linux-checks.sh passes.
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bumps the github-actions group with 1 update: oxsecurity/megalinter.
Updates
oxsecurity/megalinterfrom 10.0.0 to 10.1.0Release notes
Sourced from oxsecurity/megalinter's releases.
... (truncated)
Changelog
Sourced from oxsecurity/megalinter's changelog.
... (truncated)
Commits
9949badRelease MegaLinter v10.1.04270990fix release workflow4d8bf14[automation] Auto-update linters version, help and documentation (#8902)98bcce2fix(ci): install zensical in the auto-update linters container (#8901)b63dee7fix(deps): update langchain (minor) (#8878)4d17aeefix(renovate-rebase): force UTF-8 console output in tick_dashboard (#8900)b034be4Disable the unmaintained graphql-schema-linter (#8894)e00d096chore(deps): update dependency snakemake to v9.26.1 (#8897)9591933chore(deps): update dependency langsmith to v0.11.2 (#8896)e87989echore(deps): update dependency golangci/golangci-lint to v2.13.2 (#8895)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions