chore(scan):SP-4026 add support for scan tunning parameters#129
Conversation
📝 WalkthroughWalkthroughThis PR releases v1.5.0: bumps package version, updates the default scanoss-py runtime container from v1.41.0 to v1.45.0, and adds documentation about scan tuning parameters in CHANGELOG and README (README contains a duplicated section). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
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)
No actionable comments were generated in the recent review. 🎉 Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
🔍 SCANOSS Code Similarity Detected📄 1 snippet matches found 🔗 View detailed findings on commit 0de6cbf 30 files contain code similarities 💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
106-106:⚠️ Potential issue | 🟡 MinorStale default version in the input parameters table.
The
runtimeContainerdefault is still listed asv1.41.0but has been updated tov1.45.0in bothaction.ymlandsrc/app.input.ts.Proposed fix
-| runtimeContainer | Runtime URL | Optional | `ghcr.io/scanoss/scanoss-py:v1.41.0` | +| runtimeContainer | Runtime URL | Optional | `ghcr.io/scanoss/scanoss-py:v1.45.0` |
0de6cbf to
938b553
Compare
🔍 SCANOSS Code Similarity Detected📄 2 snippet matches found 🔗 View detailed findings on commit 938b553 31 files contain code similarities 💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
938b553 to
910ff18
Compare
🔍 SCANOSS Code Similarity Detected📄 2 snippet matches found 🔗 View detailed findings on commit 910ff18 31 files contain code similarities 💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
910ff18 to
2a4bac9
Compare
🔍 SCANOSS Code Similarity Detected📄 2 snippet matches found 🔗 View detailed findings on commit 2a4bac9 31 files contain code similarities 💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
2a4bac9 to
2853af8
Compare
🔍 SCANOSS Code Similarity Detected📄 2 snippet matches found 🔗 View detailed findings on commit 2853af8 31 files contain code similarities 💡 Click the commit link above to see detailed annotations for each match. |
SCANOSS SCAN Completed 🚀
View more details on SCANOSS Action Summary |
Summary by CodeRabbit
New Features
Documentation
Chores