Skip to content

Commit 4cb97b4

Browse files
Update code.json metadata
1 parent 08c4eab commit 4cb97b4

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

code.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "automated-codejson-generator",
3+
"version": "",
34
"description": "Tooling that allows for code.json creation through automation",
45
"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.",
56
"status": "Production",
@@ -15,11 +16,14 @@
1516
},
1617
"organization": "Centers for Medicare & Medicaid Services",
1718
"repositoryURL": "https://github.com/DSACMS/automated-codejson-generator",
18-
"projectURL": "",
1919
"repositoryHost": "github.com/DSACMS",
2020
"repositoryVisibility": "public",
21+
"homepageURL": "",
22+
"downloadURL": "",
23+
"disclaimerURL": "",
24+
"disclaimerText": "",
2125
"vcs": "git",
22-
"laborHours": 11721,
26+
"laborHours": 11729,
2327
"reuseFrequency": {
2428
"forks": 2,
2529
"clones": 0
@@ -39,10 +43,14 @@
3943
],
4044
"maintenance": "internal",
4145
"contractNumber": [],
46+
"SBOM": "https://github.com/DSACMS/automated-codejson-generator/network/dependencies",
47+
"relatedCode": [],
48+
"reusedCode": [],
49+
"partners": [],
4250
"date": {
4351
"created": "2025-02-07T16:29:38Z",
44-
"lastModified": "2025-08-05T17:50:57Z",
45-
"metaDataLastUpdated": "2025-09-11T21:04:23.351Z"
52+
"lastModified": "2025-09-17T20:30:48Z",
53+
"metaDataLastUpdated": "2025-09-17T20:32:22.580Z"
4654
},
4755
"tags": [
4856
"cmsoss-tier2"
@@ -52,19 +60,21 @@
5260
"name": "CMS Open Source Team"
5361
},
5462
"feedbackMechanism": "https://github.com/DSACMS/automated-codejson-generator/issues",
63+
"AIUseCaseID": "0",
5564
"localisation": false,
5665
"repositoryType": "tools",
5766
"userInput": false,
5867
"fismaLevel": "Low",
5968
"group": "CMS/OA/DSAC",
6069
"projects": [],
6170
"systems": [],
62-
"upstream": "",
6371
"subsetInHealthcare": [
6472
"Operational"
6573
],
6674
"userType": [
6775
"Government"
6876
],
69-
"maturityModelTier": 3
77+
"maturityModelTier": 3,
78+
"projectURL": "",
79+
"upstream": ""
7080
}

0 commit comments

Comments
 (0)