From 12ec3c2aaf1ba5f21864dbe6265efea77ea3461b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:24:28 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 59 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 49 insertions(+), 10 deletions(-) diff --git a/code.json b/code.json index e7c7c11..3051e22 100644 --- a/code.json +++ b/code.json @@ -1,5 +1,6 @@ { "name": "code-gov", + "version": "", "description": "Github pages site that provides an inventory of federal government software projects", "longDescription": "Code-gov is a redux project aiming to replicate the functionality provided by code.gov. This site aims to provide a software inventory and informational resource about open source projects throughout the federal government. This site is populated through GitHub actions and Python scripts that save data that is used by a static eleventy site that replicates the functionality of the old code.gov.", "status": "Active Development", @@ -15,30 +16,68 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/code-gov", + "repositoryHost": "github.com/DSACMS", + "repositoryVisibility": "public", + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "disclaimerText": "", "vcs": "git", - "laborHours": 37500, - "platforms": ["web"], - "categories": ["knowledge-management", "document-management"], + "laborHours": 37504, + "reuseFrequency": { + "forks": 2, + "clones": 0 + }, + "platforms": [ + "web" + ], + "categories": [ + "knowledge-management", + "document-management" + ], "softwareType": "standalone/web", - "languages": ["Markdown","Javascript","Python"], + "languages": [ + "JavaScript", + "HTML", + "SCSS", + "Python", + "Shell", + "Nunjucks" + ], "maintenance": "internal", + "contractNumber": [], + "SBOM": "https://github.com/DSACMS/code-gov/network/dependencies", + "relatedCode": [], + "reusedCode": [], + "partners": [], "date": { "created": "2025-05-01T18:39:26Z", - "lastModified": "2025-09-24T14:28:42Z", - "metaDataLastUpdated": "2025-09-25T17:22:34.291Z" + "lastModified": "2025-11-03T22:23:14Z", + "metadataLastUpdated": "2025-11-03T22:24:28.025Z" }, - "tags": ["OSPO", "inventory", "documentation"], + "tags": [ + "OSPO", + "inventory", + "documentation" + ], "contact": { "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team" }, + "feedbackMechanism": "https://github.com/DSACMS/code-gov/issues", + "AIUseCaseID": "0", "localisation": false, "repositoryType": "standards", "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", - "subsetInHealthcare": ["Operational"], - "userType": ["Government"], - "repositoryHost": "github.com/DSACMS", + "projects": [], + "systems": [], + "subsetInHealthcare": [ + "Operational" + ], + "userType": [ + "Government" + ], "maturityModelTier": 2 } From 51eacc5300a2c18e4ef16caffecd8b33d02b67de Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Mon, 3 Nov 2025 14:27:26 -0800 Subject: [PATCH 2/2] Update status and licensing information in code.json --- code.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code.json b/code.json index 3051e22..17d0639 100644 --- a/code.json +++ b/code.json @@ -3,15 +3,15 @@ "version": "", "description": "Github pages site that provides an inventory of federal government software projects", "longDescription": "Code-gov is a redux project aiming to replicate the functionality provided by code.gov. This site aims to provide a software inventory and informational resource about open source projects throughout the federal government. This site is populated through GitHub actions and Python scripts that save data that is used by a static eleventy site that replicates the functionality of the old code.gov.", - "status": "Active Development", + "status": "Development", "permissions": { - "license": [ + "licenses": [ { - "name": "CC0 1.0 Universal", + "name": "CC0-1.0", "URL": "https://github.com/DSACMS/code-gov/blob/main/LICENSE" } ], - "usageType": "openSource", + "usageType": ["openSource"], "exemptionText": "" }, "organization": "Centers for Medicare & Medicaid Services", @@ -69,15 +69,15 @@ "localisation": false, "repositoryType": "standards", "userInput": false, - "fismaLevel": "Low", + "fismaLevel": "low", "group": "CMS/OA/DSAC", "projects": [], "systems": [], "subsetInHealthcare": [ - "Operational" + "operational" ], "userType": [ - "Government" + "government" ], "maturityModelTier": 2 }