From a6127b89149fe789ff616374c68ae9719161fe04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:26:53 +0000 Subject: [PATCH 1/2] Update code.json metadata --- code.json | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/code.json b/code.json index d09cbd5..b5ba27b 100644 --- a/code.json +++ b/code.json @@ -1,5 +1,6 @@ { - "name": "repolinter-test-1", + "name": "testing-repository", + "version": "", "description": "Test repository for Repolinter Actions", "longDescription": "This is a playground to test various actions that are made with Github Actions", "status": "ideation", @@ -13,9 +14,19 @@ "usageType": "openSource" }, "organization": "Centers for Medicare & Medicaid Services", - "repositoryURL": "https://github.com/DSACMS/repolinter-test-1", + "repositoryURL": "https://github.com/DSACMS/testing-repository", + "repositoryHost": "github.com/DSACMS", + "repositoryVisibility": "public", + "homepageURL": "", + "downloadURL": "", + "disclaimerURL": "", + "disclaimerText": "", "vcs": "git", - "laborHours": 2656, + "laborHours": 2665, + "reuseFrequency": { + "forks": 0, + "clones": 0 + }, "platforms": [ "web" ], @@ -27,10 +38,15 @@ "Python" ], "maintenance": "internal", + "contractNumber": [], + "SBOM": "https://github.com/DSACMS/testing-repository/network/dependencies", + "relatedCode": [], + "reusedCode": [], + "partners": [], "date": { "created": "2024-12-10T17:23:27Z", - "lastModified": "2025-02-13T20:20:45Z", - "metaDataLastUpdated": "2025-02-13T20:21:57.448Z" + "lastModified": "2025-11-13T22:25:44Z", + "metadataLastUpdated": "2025-11-13T22:26:52.905Z" }, "tags": [ "healthcare" @@ -39,13 +55,19 @@ "email": "opensource@cms.hhs.gov", "name": "CMS Open Source Program Office" }, + "feedbackMechanism": "https://github.com/DSACMS/testing-repository/issues", + "AIUseCaseID": "0", "localisation": false, "repositoryType": "tools", "userInput": false, "fismaLevel": "Low", "group": "CMS/OA/DSAC", - "subsetInHealthcare": ["Policy", "Operational"], + "projects": [], + "systems": [], + "subsetInHealthcare": [ + "Policy", + "Operational" + ], "userType": "Government", - "repositoryHost": "github.com/DSACMS", "maturityModelTier": 1 } From 35a2b01d2b00730cb1394a4bf933c60b945c3d9f Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 13 Nov 2025 14:32:06 -0800 Subject: [PATCH 2/2] Update code.json --- code.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/code.json b/code.json index b5ba27b..77b5fdc 100644 --- a/code.json +++ b/code.json @@ -2,16 +2,17 @@ "name": "testing-repository", "version": "", "description": "Test repository for Repolinter Actions", - "longDescription": "This is a playground to test various actions that are made with Github Actions", - "status": "ideation", + "longDescription": "This repository functions as a playground for the OSPO to test, validate, and experiment with various actions that are made with Github Actions -currently used for Repolinter and automated-codejson-generator.", + "status": "Ideation", "permissions": { "licenses": [ { - "URL": "LICENSE", + "URL": "https://github.com/DSACMS/testing-repository/blob/main/LICENSE", "name": "CC0-1.0" } ], - "usageType": "openSource" + "usageType": ["openSource"], + "exemptionText": "" }, "organization": "Centers for Medicare & Medicaid Services", "repositoryURL": "https://github.com/DSACMS/testing-repository", @@ -60,14 +61,14 @@ "localisation": false, "repositoryType": "tools", "userInput": false, - "fismaLevel": "Low", + "fismaLevel": "low", "group": "CMS/OA/DSAC", "projects": [], "systems": [], "subsetInHealthcare": [ - "Policy", - "Operational" + "policy", + "operational" ], - "userType": "Government", + "userType": ["government"], "maturityModelTier": 1 }