Closed klbynum closed 3 months ago
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
go run main.go --repo ossf/scorecard --checks Signed-Releases --format json --show-details | jq
When running command to view releases, links display API format
When running command to view releases, links display non-API format
Fixes #4030
Did not add test for changes but ran current test
For user-facing changes, please add a concise, human-readable release note to the release-note
release-note
(In particular, describe what changes users might need to make in their application as a result of this pull request.)
NONE
/scdiff generate Signed-Releases
Here's a link to the scdiff run
Hey @spencerschrock, thank you for taking a look at this PR. We followed the remediation steps and passed the DCO check.
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.)