-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcode.json
60 lines (60 loc) · 1.78 KB
/
code.json
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
{
"name": "automated-codejson-generator",
"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",
"vcs": "git",
"laborHours": 11702,
"platforms": [
"web",
"linux"
],
"categories": [
"developer-tools",
"automation"
],
"softwareType": "standalone/backend",
"languages": [
"TypeScript",
"JavaScript"
],
"maintenance": "internal",
"date": {
"created": "2025-02-07T16:29:38Z",
"lastModified": "2025-02-07T21:44:41Z",
"metaDataLastUpdated": "2025-02-07T21:45:22.738Z"
},
"tags": [
"github-action",
"codejson"
],
"contact": {
"email": "[email protected]",
"name": "CMS Open Source Team"
},
"localisation": false,
"repositoryType": "tools",
"userInput": false,
"fismaLevel": "Low",
"group": "CMS/OA/DSAC",
"subsetInHealthcare": [
"Operational"
],
"userType": [
"Government"
],
"repositoryHost": "github.com/DSACMS",
"maturityModelTier": 3
}