fix: add category to Snyk SARIF upload for consistent PR checks#612
fix: add category to Snyk SARIF upload for consistent PR checks#612breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/snyk-sarif-categorybreaking-brake/cc-wf-studio:fix/snyk-sarif-categoryCopy head branch name to clipboard
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA GitHub Actions workflow was updated to add a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
4a10a3b to
4e28878
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
- Added category: snyk-open-source to upload-sarif step - Fixes "configurations not found" warning on PR checks after merge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4e28878 to
445afc7
Compare
## [3.26.1](v3.26.0...v3.26.1) (2026-02-28) ### Bug Fixes * add category to Snyk SARIF upload for consistent PR checks ([#612](#612)) ([5224e1c](5224e1c)) ### Improvements * change MCP node default mode to aiToolSelection in schema ([#611](#611)) ([1bc81e2](1bc81e2)) * clarify MCP node schema definitions ([#615](#615)) ([36f5998](36f5998)) * simplify MCP node creation wizard from 7 to 4 steps ([#613](#613)) ([e17ad5f](e17ad5f))
|
🎉 This PR is included in version 3.26.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
What Changed
--all-projectssingle SARIF generation into per-project SARIF files (snyk-root.sarif,snyk-webview.sarif)categorymatchingmainbranch configuration names:Snyk/Open Source/cc-wf-studioSnyk/Open Source/cc-wf-studio-webviewRoot Cause
The
--all-projectsflag generates a single SARIF with multiple runs, and GitHub auto-generates category names from the SARIF content. When PR andmainbranch runs produce slightly different SARIF structures, categories don't match, causing the "configurations not found" warning.Testing
🤖 Generated with Claude Code
Summary by CodeRabbit