-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcode.json
More file actions
71 lines (71 loc) · 2.33 KB
/
code.json
File metadata and controls
71 lines (71 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "automated-codejson-generator",
"version": "1.2.1",
"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",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://creativecommons.org/publicdomain/zero/1.0/"
}
],
"usageType": ["openSource"],
"exemptionText": ""
},
"organization": "Centers for Medicare & Medicaid Services",
"repositoryURL": "https://github.com/DSACMS/automated-codejson-generator",
"repositoryHost": "github.com/DSACMS",
"repositoryVisibility": "public",
"homepageURL": "",
"downloadURL": "",
"disclaimerURL": "",
"disclaimerText": "",
"vcs": "git",
"laborHours": 3137,
"reuseFrequency": {
"forks": 4,
"clones": 0
},
"platforms": ["web", "linux"],
"categories": ["developer-tools", "automation"],
"softwareType": "standalone/backend",
"languages": ["TypeScript", "JavaScript"],
"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-10-21T21:52:17Z",
"metadataLastUpdated": "2025-10-30T22:53:09.463Z"
},
"tags": [
"cmsoss-tier2",
"metadata",
"codejson",
"ci",
"github-action",
"workflow",
"featured"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": "CMS Open Source Team"
},
"feedbackMechanism": "https://github.com/DSACMS/automated-codejson-generator/issues",
"AIUseCaseID": "0",
"localisation": false,
"repositoryType": "tools",
"userInput": false,
"fismaLevel": "low",
"group": "CMS/OA/DSAC",
"projects": ["share-it-act"],
"systems": [],
"subsetInHealthcare": ["operational"],
"userType": ["government"],
"maturityModelTier": 3
}