Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Feature: Implement OSSF Scorecard as rendered chart in StarSearch #3794

Open
@jpmcb

Description

@jpmcb

Suggested solution

Now that OSSF Scorecard has shipped: #3766 let's bring it into StarSearch. This should be as simple as adding it as another component in the switch of components that can be rendered by the agent:

switch (name) {
case "renderLottoFactor":
component = (await import("components/StarSearch/Widgets/LotteryFactorWidget")).default;
break;
default:
break;
}

There's API work to also coordinate with this, so I'll take this on!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions