ossf / scorecard

OpenSSF Scorecard - Security health metrics for Open Source
https://scorecard.dev
Apache License 2.0
4.63k stars 504 forks source link

:sparkles: Switched API release links to non-API release links #4290

Closed klbynum closed 3 months ago

klbynum commented 3 months ago

What kind of change does this PR introduce?

This PR introduces a feature change for the release links generated by the following command: go run main.go --repo ossf/scorecard --checks Signed-Releases --format json --show-details | jq

What is the current behavior?

When running command to view releases, links display API format

What is the new behavior (if this is a feature change)?**

When running command to view releases, links display non-API format

Which issue(s) this PR fixes

Fixes #4030

Special notes for your reviewer

Did not add test for changes but ran current test

Does this PR introduce a user-facing change?

For user-facing changes, please add a concise, human-readable release note to the release-note

(In particular, describe what changes users might need to make in their application as a result of this pull request.)

NONE
spencerschrock commented 3 months ago

/scdiff generate Signed-Releases

github-actions[bot] commented 3 months ago

Here's a link to the scdiff run

klbynum commented 3 months ago

Hey @spencerschrock, thank you for taking a look at this PR. We followed the remediation steps and passed the DCO check.