From fc32f3df5fa2d703bfe94e4dc46823b496c36697 Mon Sep 17 00:00:00 2001 From: 404-geek Date: Mon, 26 Aug 2024 00:50:09 +0530 Subject: [PATCH] add public api link of OSSF Signed-off-by: 404-geek --- .../archive/gsoc/reports/2024/scancodeio_scorecode_pranay.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/archive/gsoc/reports/2024/scancodeio_scorecode_pranay.rst b/docs/source/archive/gsoc/reports/2024/scancodeio_scorecode_pranay.rst index 1e057cc..7c91726 100644 --- a/docs/source/archive/gsoc/reports/2024/scancodeio_scorecode_pranay.rst +++ b/docs/source/archive/gsoc/reports/2024/scancodeio_scorecode_pranay.rst @@ -12,7 +12,6 @@ Enrich SBOM data based on OSSF Security Score Card **Mentee:** `Pranay Das (404-geek) `_ **Mentors:** - - `Philippe Ombredanne `_ - `Ayan Sinha Mahapatra `_ - `Thomas Druez `_ @@ -36,7 +35,8 @@ within scanning pipelines. `scorecode package `_ serves as a PyPI package that has the functions to fetch and store OpenSSF Scorecard data using the OpenSSF -public API. It also includes Django mixin models that can be extended and integrated +public API (`https://api.securityscorecards.dev/ `_). +It also includes Django mixin models that can be extended and integrated into other platforms with databases, such as Scancode.io and PurlDB, ensuring seamless utilization of Scorecard data across various projects.