From 4cb97b4f18f4a233e7f09c054e32abc1933b8bfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:32:23 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/code.json b/code.json index 38905751..029e108a 100644 --- a/code.json +++ b/code.json @@ -1,5 +1,6 @@ { "name": "automated-codejson-generator", + "version": "", "description": "Tooling that allows for code.json creation through automation", "longDescription": "This project provides a GitHub Action that helps federal agencies maintain their code.json files, which are required for compliance with the Federal Source Code Policy. The action automatically calculates and updates various metadata fields including labor hours, programming languages used, repository information, and timestamps. It creates pull requests with these updates, making it easier to keep code.json files accurate and up-to-date.", "status": "Production", @@ -15,11 +16,14 @@ }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/automated-codejson-generator", - "projectURL": "", "repositoryHost": "github.com/DSACMS", "repositoryVisibility": "public", + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "disclaimerText": "", "vcs": "git", - "laborHours": 11721, + "laborHours": 11729, "reuseFrequency": { "forks": 2, "clones": 0 @@ -39,10 +43,14 @@ ], "maintenance": "internal", "contractNumber": [], + "SBOM": "https://github.com/DSACMS/automated-codejson-generator/network/dependencies", + "relatedCode": [], + "reusedCode": [], + "partners": [], "date": { "created": "2025-02-07T16:29:38Z", - "lastModified": "2025-08-05T17:50:57Z", - "metaDataLastUpdated": "2025-09-11T21:04:23.351Z" + "lastModified": "2025-09-17T20:30:48Z", + "metaDataLastUpdated": "2025-09-17T20:32:22.580Z" }, "tags": [ "cmsoss-tier2" @@ -52,6 +60,7 @@ "name": "CMS Open Source Team" }, "feedbackMechanism": "https://github.com/DSACMS/automated-codejson-generator/issues", + "AIUseCaseID": "0", "localisation": false, "repositoryType": "tools", "userInput": false, @@ -59,12 +68,13 @@ "group": "CMS/OA/DSAC", "projects": [], "systems": [], - "upstream": "", "subsetInHealthcare": [ "Operational" ], "userType": [ "Government" ], - "maturityModelTier": 3 + "maturityModelTier": 3, + "projectURL": "", + "upstream": "" } \ No newline at end of file From 7e3f657d5b61f2bddb3fda6676bf7e07e1bce5ed Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Wed, 17 Sep 2025 15:39:10 -0700 Subject: [PATCH 2/2] Update code.json --- code.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/code.json b/code.json index 029e108a..bee5329b 100644 --- a/code.json +++ b/code.json @@ -1,6 +1,6 @@ { "name": "automated-codejson-generator", - "version": "", + "version": "1.1.0", "description": "Tooling that allows for code.json creation through automation", "longDescription": "This project provides a GitHub Action that helps federal agencies maintain their code.json files, which are required for compliance with the Federal Source Code Policy. The action automatically calculates and updates various metadata fields including labor hours, programming languages used, repository information, and timestamps. It creates pull requests with these updates, making it easier to keep code.json files accurate and up-to-date.", "status": "Production", @@ -66,7 +66,7 @@ "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", - "projects": [], + "projects": ["SHARE IT Act"], "systems": [], "subsetInHealthcare": [ "Operational" @@ -74,7 +74,5 @@ "userType": [ "Government" ], - "maturityModelTier": 3, - "projectURL": "", - "upstream": "" -} \ No newline at end of file + "maturityModelTier": 3 +}