Skip to content

chore(scan):SP-4026 add support for scan tunning parameters#129

Merged
agustingroh merged 1 commit intomainfrom
chore/SP-4026-add-support-scan-tunning-parameters
Feb 9, 2026
Merged

chore(scan):SP-4026 add support for scan tunning parameters#129
agustingroh merged 1 commit intomainfrom
chore/SP-4026-add-support-scan-tunning-parameters

Conversation

@agustingroh
Copy link
Contributor

@agustingroh agustingroh commented Feb 9, 2026

Summary by CodeRabbit

  • New Features

    • Added support for scan tuning parameters enabling customization of scan behavior via scanoss.json
  • Documentation

    • Added "Scan Tuning Parameters" section with configuration guidance and links
  • Chores

    • Released version 1.5.0
    • Upgraded scanner runtime to v1.45.0

@agustingroh agustingroh requested a review from eeisegn February 9, 2026 15:21
@coderabbitai
Copy link

coderabbitai bot commented Feb 9, 2026

📝 Walkthrough

Walkthrough

This 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

Cohort / File(s) Summary
Documentation & Changelog
CHANGELOG.md, README.md
Add v1.5.0 release notes and a "Scan Tuning Parameters" section describing support and configuration via scanoss.json. Note: the README contains a duplicated insertion of the same section.
Version & Runtime Default
package.json, action.yml, src/app.input.ts
Bump package version to 1.5.0 and update default runtime container image from ghcr.io/scanoss/scanoss-py:v1.41.0 to ghcr.io/scanoss/scanoss-py:v1.45.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • eeisegn

Poem

🐰 I hopped to v1.5.0 with a cheer,
A container tag bumped and docs made clear,
Tuning notes tucked in JSON's small lair,
A duplicate line found — I fixed with a stare,
I nibble release crumbs and hum in the air.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding support for scan tuning parameters and upgrading the scanoss-py version, which aligns with the file modifications across CHANGELOG.md, README.md, action.yml, package.json, and src/app.input.ts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/SP-4026-add-support-scan-tunning-parameters

No actionable comments were generated in the recent review. 🎉

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 SCANOSS Code Similarity Detected

📄 1 snippet matches found
📋 29 full file 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.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

SCANOSS SCAN Completed 🚀

  • Detected components: 3
  • Undeclared components: 3
  • Declared components: 0
  • Detected files: 30
  • Detected files undeclared: 30
  • Detected files declared: 0
  • Licenses detected: 1
  • Licenses detected with copyleft: 0
  • Policies: ❌ 1 fail ✅ 1 pass (2 total)

View more details on SCANOSS Action Summary

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🟡 Minor

Stale default version in the input parameters table.

The runtimeContainer default is still listed as v1.41.0 but has been updated to v1.45.0 in both action.yml and src/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` |

@agustingroh agustingroh force-pushed the chore/SP-4026-add-support-scan-tunning-parameters branch from 0de6cbf to 938b553 Compare February 9, 2026 15:28
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 SCANOSS Code Similarity Detected

📄 2 snippet matches found
📋 29 full file 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.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

SCANOSS SCAN Completed 🚀

  • Detected components: 4
  • Undeclared components: 4
  • Declared components: 0
  • Detected files: 31
  • Detected files undeclared: 31
  • Detected files declared: 0
  • Licenses detected: 2
  • Licenses detected with copyleft: 0
  • Policies: ❌ 1 fail ✅ 1 pass (2 total)

View more details on SCANOSS Action Summary

@agustingroh agustingroh force-pushed the chore/SP-4026-add-support-scan-tunning-parameters branch from 938b553 to 910ff18 Compare February 9, 2026 15:33
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 SCANOSS Code Similarity Detected

📄 2 snippet matches found
📋 29 full file 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.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

SCANOSS SCAN Completed 🚀

  • Detected components: 4
  • Undeclared components: 4
  • Declared components: 0
  • Detected files: 31
  • Detected files undeclared: 31
  • Detected files declared: 0
  • Licenses detected: 2
  • Licenses detected with copyleft: 0
  • Policies: ❌ 1 fail ✅ 1 pass (2 total)

View more details on SCANOSS Action Summary

@agustingroh agustingroh force-pushed the chore/SP-4026-add-support-scan-tunning-parameters branch from 910ff18 to 2a4bac9 Compare February 9, 2026 15:36
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 SCANOSS Code Similarity Detected

📄 2 snippet matches found
📋 29 full file 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.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

SCANOSS SCAN Completed 🚀

  • Detected components: 4
  • Undeclared components: 4
  • Declared components: 0
  • Detected files: 31
  • Detected files undeclared: 31
  • Detected files declared: 0
  • Licenses detected: 1
  • Licenses detected with copyleft: 0
  • Policies: ❌ 1 fail ✅ 1 pass (2 total)

View more details on SCANOSS Action Summary

@agustingroh agustingroh force-pushed the chore/SP-4026-add-support-scan-tunning-parameters branch from 2a4bac9 to 2853af8 Compare February 9, 2026 16:46
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

🔍 SCANOSS Code Similarity Detected

📄 2 snippet matches found
📋 29 full file 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.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

SCANOSS SCAN Completed 🚀

  • Detected components: 4
  • Undeclared components: 4
  • Declared components: 0
  • Detected files: 31
  • Detected files undeclared: 31
  • Detected files declared: 0
  • Licenses detected: 1
  • Licenses detected with copyleft: 0
  • Policies: ❌ 1 fail ✅ 1 pass (2 total)

View more details on SCANOSS Action Summary

@agustingroh agustingroh merged commit e3963a9 into main Feb 9, 2026
9 of 17 checks passed
@agustingroh agustingroh deleted the chore/SP-4026-add-support-scan-tunning-parameters branch February 9, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants