feat(rsr): add rule 6.1.6 dependabot-valid - #668
Merged
Conversation
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
…kell jobs - Replace deprecated generateSarif parameter with args: --sarif --output=semgrep.sarif - Remove haskell-audit job (registry directory was removed in f2fe2df) - Remove sbom-haskell job (registry directory was removed in f2fe2df) - Remove audit_haskell-audit job (registry directory was removed in f2fe2df) - Update security-status and audit-summary jobs to remove Haskell dependencies - Remove Haskell SBOM generation from sbom-generation job The Semgrep action v1.0.0 no longer supports the generateSarif parameter. Valid inputs are now: entryPoint, args, config, publishToken. Using args: --sarif --output=semgrep.sarif achieves the same result. The Haskell/registry code was removed in commit f2fe2df and superseded by Elixir, making all Haskell-related security jobs fail due to missing registry directory. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
|
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review ✅ ApprovedAdds rule 6.1.6 dependabot-valid to ensure configuration ecosystems match project files, updates the Semgrep workflow action with the --sarif flag, and introduces a project mise.toml configuration. No issues found.
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
hyperpolymath
disabled auto-merge
July 31, 2026 06:38
hyperpolymath
enabled auto-merge
July 31, 2026 06:38
hyperpolymath
disabled auto-merge
July 31, 2026 06:43
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
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 introduces rule 6.1.6 dependabot-valid to ensure that dependabot.yml configurations only declare ecosystems that match existing project files. This will prevent Type 1/2 errors in CI/CD pipelines across the estate caused by Dependabot failing when a declared ecosystem is missing its manifest.
Summary by Gitar
.github/workflows/security-policy.ymlto use--sarifoutput flagmise.tomlproject configuration with toolchains and task aliasesThis will update automatically on new commits.