Scorecard Integration#1294
Closed
404-geek wants to merge 76 commits into
Closed
Conversation
developed functions to check for availability nexB#598 Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
…aving logic nexB#1283 Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
…exB#1283 Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
… nexB#598 Signed-off-by: 404-geek <pranayd61@gmail.com>
…ecard_integration
…up.cfg nexB#1283 Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
…gration # Conflicts: # scanpipe/models.py # scanpipe/tests/test_models.py
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
tdruez
requested changes
Dec 3, 2024
| ) | ||
|
|
||
| @classmethod | ||
| @transaction.atomic() |
Contributor
There was a problem hiding this comment.
@404-geek You haven't address the question above yet ;)
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
…ecard_integration
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
tdruez
requested changes
Jun 24, 2025
Contributor
tdruez
left a comment
There was a problem hiding this comment.
I would also suggest to simplify the pipeline and module names:
fetch_scorecode_info->fetch_scoresFetchScoreCodeInfo->FetchScores
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
tdruez
reviewed
Jul 14, 2025
Contributor
|
@404-geek We are almost ready but there's still a few comments you have not addressed yet. |
Signed-off-by: 404-geek <pranayd61@gmail.com>
Signed-off-by: 404-geek <pranayd61@gmail.com>
Contributor
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.
ScoreCode Integration
This pull request integrates the ScoreCode Repo into SCIO, enabling the fetching of the latest OSSF Scorecard Data for
discovered packagesusing theirvcs_url. The current implementation supportsgithub.comandgitlab.comVCS URLs.Key Features:
vcs_urlgithub.comandgitlab.comVCS URLsRelated Issues:
This feature enhances SCIO's functionality by ensuring that users can retrieve the most up-to-date security scores for packages discovered in their projects, improving overall security assessment and management.