From 37b9456fc243e55ae4381f1bc0494fb6bbd871d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:58:40 +0000 Subject: [PATCH 1/4] Update code.json metadata --- code.json | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index 54fbaea..65f4628 100644 --- a/code.json +++ b/code.json @@ -1,6 +1,6 @@ { "name": "gov-codejson", - "description": "code.json: An agency-wide metadata standard for software projects", + "description": "CMS code.json: An agency-wide metadata standard for software projects", "longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on the agency's software projects in compliance with M-16-21 and the SHARE IT Act.", "status": "Production", "permissions": { @@ -15,8 +15,15 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/gov-codejson", + "projectURL": "", + "repositoryHost": "github.com/DSACMS", + "repositoryVisibility": "", "vcs": "git", - "laborHours": 3479, + "laborHours": 3845, + "reuseFrequency": { + "forks": 0, + "clones": 0 + }, "platforms": [ "web" ], @@ -25,14 +32,13 @@ "help-desk" ], "softwareType": "standalone/web", - "languages": [ - "Markdown" - ], + "languages": [], "maintenance": "internal", + "contractNumber": "", "date": { "created": "2025-02-04T21:59:53Z", - "lastModified": "2025-02-11T18:45:30Z", - "metaDataLastUpdated": "2025-02-11T18:47:02.924Z" + "lastModified": "2025-06-05T18:05:11Z", + "metaDataLastUpdated": "2025-06-06T16:58:40.318Z" }, "tags": [ "guide", @@ -46,17 +52,22 @@ "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team" }, + "feedbackMechanisms": [ + "https://github.com/DSACMS/gov-codejson/issues" + ], "localisation": false, "repositoryType": "standards", "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", + "projects": [], + "systems": [], + "upstream": "", "subsetInHealthcare": [ "Operational" ], "userType": [ "Government" ], - "repositoryHost": "github.com/DSACMS", "maturityModelTier": 3 } \ No newline at end of file From 451220bbffbee0c464d2d61a5e68def042e40cdf Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 17 Sep 2025 15:26:00 -0700 Subject: [PATCH 2/4] Update code.json --- code.json | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/code.json b/code.json index 65f4628..df62b9e 100644 --- a/code.json +++ b/code.json @@ -1,12 +1,12 @@ { "name": "gov-codejson", - "description": "CMS code.json: An agency-wide metadata standard for software projects", + "description": "code.json: An agency-wide metadata standard for software projects", "longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on the agency's software projects in compliance with M-16-21 and the SHARE IT Act.", "status": "Production", "permissions": { "license": [ { - "name": "CC0 1.0 Universal", + "name": "CC0 1.0", "URL": "https://github.com/DSACMS/gov-codejson/blob/main/LICENSE" } ], @@ -15,13 +15,16 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/gov-codejson", - "projectURL": "", "repositoryHost": "github.com/DSACMS", - "repositoryVisibility": "", + "repositoryVisibility": "public", + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "disclaimerText": "", "vcs": "git", "laborHours": 3845, "reuseFrequency": { - "forks": 0, + "forks": 2, "clones": 0 }, "platforms": [ @@ -32,9 +35,10 @@ "help-desk" ], "softwareType": "standalone/web", - "languages": [], - "maintenance": "internal", - "contractNumber": "", + "languages": ["Markdown"], + "maintenance": "community", + "contractNumber": [], + "SBOM": "https://github.com/DSACMS/gov-codejson/network/dependencies", "date": { "created": "2025-02-04T21:59:53Z", "lastModified": "2025-06-05T18:05:11Z", @@ -52,17 +56,15 @@ "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Team" }, - "feedbackMechanisms": [ - "https://github.com/DSACMS/gov-codejson/issues" - ], + "feedbackMechanism": "https://github.com/DSACMS/gov-codejson/issues", + "AIUseCaseID": "0", "localisation": false, "repositoryType": "standards", "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", - "projects": [], + "projects": ["SHARE IT Act"], "systems": [], - "upstream": "", "subsetInHealthcare": [ "Operational" ], @@ -70,4 +72,4 @@ "Government" ], "maturityModelTier": 3 -} \ No newline at end of file +} From 552e0d09694da1f98e844db71ee2b7c5bd89c5d5 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 17 Sep 2025 15:44:53 -0700 Subject: [PATCH 3/4] Update code.json --- code.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code.json b/code.json index 01bb1b0..e3c3af3 100644 --- a/code.json +++ b/code.json @@ -1,5 +1,6 @@ { "name": "gov-codejson", + "version": "2.0.0", "description": "code.json: An agency-wide metadata standard for software projects", "longDescription": "This repository contains documentation on code.json, a metadata standard used to collect information on agency software projects in compliance with M-16-21 and the SHARE IT Act.", "status": "Production", From d1b5cd0d7b683a6850d9c404f818eba6a8af8a20 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 17 Sep 2025 15:46:12 -0700 Subject: [PATCH 4/4] Update code.json --- code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.json b/code.json index e3c3af3..f5bd5d1 100644 --- a/code.json +++ b/code.json @@ -7,7 +7,7 @@ "permissions": { "licenses": [ { - "name": "CC0 1.0", + "name": "CC0-1.0", "URL": "https://github.com/DSACMS/gov-codejson/blob/main/LICENSE" } ],