Skip to content

Commit a60a210

Browse files
update api links to new scorecard.dev site
As mentioned in our blog post, and in slack, we're favoring scorecard.dev instead of securityscorecards.dev https://openssf.org/blog/2024/03/05/openssf-scorecard-evaluating-and-improving-the-health-of-critical-oss-projects/ Signed-off-by: Spencer Schrock <[email protected]>
1 parent 0c5c2ea commit a60a210

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# OpenSSF Scorecard API and website
22

3-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/ossf/scorecard-webapp/badge)](https://api.securityscorecards.dev/projects/github.com/ossf/scorecard-webapp)
3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ossf/scorecard-webapp/badge)](https://api.scorecard.dev/projects/github.com/ossf/scorecard-webapp)
44
[![Netlify Status](https://api.netlify.com/api/v1/badges/d631bbe2-0e67-48ae-81a7-d7015195c9fd/deploy-status)](https://app.netlify.com/sites/ossf-scorecard/deploys)
55

66
## scorecard-webapp
77

8-
Code for https://securityscorecards.dev
8+
Code for https://scorecard.dev
99
([`./scorecards-site`](./scorecards-site)) and
10-
https://api.securityscorecards.dev ([`./app`](./app)).
10+
https://api.scorecard.dev ([`./app`](./app)).
1111

1212
The site is deployed on Netlify and the deployment configuration is in
1313
[netlify.toml](./netlify.toml). Any changes committed to

app/generated/client/open_ssf_scorecard_api_client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/generated/restapi/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/generated/restapi/embedded_spec.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/generated/restapi/static/swagger-initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ window.onload = function() {
1212

1313
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
1414
window.ui = SwaggerUIBundle({
15-
url: "https://api.securityscorecards.dev/swagger.json",
15+
url: "https://api.scorecard.dev/swagger.json",
1616
dom_id: '#swagger-ui',
1717
deepLinking: true,
1818
presets: [

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ info:
1717
title: OpenSSF Scorecard API
1818
description: API to interact with a project's published Scorecard result
1919
version: 1.0.0
20-
host: api.securityscorecards.dev
20+
host: api.scorecard.dev
2121
schemes:
2222
- http
2323

scorecards-site/static/viewer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
OpenSSF Scorecard result viewer
33
4-
This page fetches the OpenSSF Scorecard result requested from https://api.securityscorecards.dev
4+
This page fetches the OpenSSF Scorecard result requested from https://api.scorecard.dev
55
and displays it nicely.
66
77
Its behavior can be controlled with the following query string parameters:

0 commit comments

Comments
 (0)