-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add Collection date to OSSF scorecard #729
Conversation
Ok i think i fixed the repo info one too (mostly by ignoring 2/3 of the dataframes) |
@MoralCode For repo_info it looks like its all coming from the same table, repo_info? If its more than one which ones are they? |
Yeah, for now its just taking all the last updated data from repo_info. I think the releases data frame could be empty and the other one probably requires me to change another query. I wanted to get an answer on how you want to handle/combine the three sets of values (see my PR comment) before doing all that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
This is a mostly-there first-pass at tackling #720. It adds the date to the bottom of the box for the OSSF scorecard and repo info tiles.
The ossf scorecard one works, the repo info is having some issues that ill work on (ignore my broken fonts on my machine)
TODO:
feedback welcome!
closes #720