-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scorecards indicators in Thoth recommendations [Tracker] #289
Scorecards indicators in Thoth recommendations [Tracker] #289
Comments
What's the priority of this? CC @goern |
I created a new GitHub app https://github.com/apps/baboon-the-sourcerer and put the secrets at https://github.com/thoth-station/thoth-application/blob/master/baboon/base/secrets.enc.yaml |
/priority important-soon |
Do we have a higher priority work than this? |
ja, there are 8 critical-urgent and 80 important-soon issues in our org. |
So why there is time spent on this? What is the value of this? |
good point, a) I'll keep an eye on the critical issues b) @riekrh asked if we can have a look at more security-related indicators bringing more Sec in DevOps. Given the software infrastructure we have for bandit-based SI, I put a soon'ish prior on it for us to explore how to add scorecard-related indicators. c) always feel free to re-prioritize, it's in important sentiment we should share! |
IMHO computing and ingesting dependency information data should be prioritized now + have the data lifecycle management in prod done. That way we can keep up with rhel/ubi/fedora releases to support thoth users = we will be able to give recommendations on these runtime environments. Once this will be in place, adding additional information to the recommendations is a manner of evaluating suitability of data and eventually plugging in other data sources. Unless we have dependency data (which btw https://deps.dev/ do not have as of now) any other data are not directly valuable to recommendations we do. |
Related-To: ossf/scorecard#575 |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/triage accepted Let's put this for Q4 as a key result, syn? |
The solution currently proposed is to use prescriptions for this. See a detailed explanation |
GOAL: Provide Code Review justifications for each dependency used
thoth-station/thamos#868
To include these indicators in the recommendations, these data needs to be collected for each pypi project linked to GitHub repo, in the best case this can be done per tag.
Steps
Part 1
Security-Policy
;Part 2
5.1. Run scorecards and get json data. ( ./scorecard --repo https://github.com/thoth-station/adviser --checks=CI-Tests,Code-Review --format json --show-details)
5.2. graph sync score cards reports
ScoreCardAnalysisMessage
Part 3
Enhancments: ossf/scorecard#575
The text was updated successfully, but these errors were encountered: