Skip to content

Commit d8ce12f

Browse files
Add new section on tools developed by other teams and agencies
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent d1f141f commit d8ce12f

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

docs/procedures.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The CMS Open Source Program Office developed various tools that can automate det
1313
***Procedures for Agencies**:
1414
[Generate an agency-index.json file for submission](#generate-an-agency-indexjson-file-for-agencies)
1515
- [codejson-index-generator](#using-codejson-index-generator)
16+
[Tools created by other teams and agencies](#tools-created-by-other-teams-and-agencies)
17+
- [CMS CMCS](#cms-cmcs-codejson-aggregator)
18+
- [CDC](#cdc-share-it-act-repository)
1619

1720

1821
## Creating a code.json file in your repository
@@ -23,7 +26,6 @@ The CMS Open Source Program Office developed various tools that can automate det
2326
Users can fill out a web form that creates a code.json file to be uploaded to a project's source code repository: https://dsacms.github.io/codejson-generator.
2427

2528

26-
2729
### Using automated-codejson-generator
2830
*This method works best for repositories hosted on GitHub with GitHub Actions enabled.*
2931

@@ -143,3 +145,17 @@ python main.py --agency AGENCY_NAME --orgs "org1,org2" --output code.json --vers
143145
```bash
144146
python3 main.py --agency CMS --orgs "DSACMS,CMSgov,CMS-Enterprise" --output code.json --version 1.0.0
145147
```
148+
149+
## Tools created by other teams and agencies
150+
151+
Below are tools other teams and agencies developed to create a consolidated software inventory for the SHARE IT Act. They include methods to retrieve necessary metadata from private and internal repositories.
152+
153+
### CMS CMCS code.json aggregator
154+
155+
mac-fc-aggregate-codejson aggregates code.json files from all private and internal repositories in a GitHub organization
156+
https://github.com/Enterprise-CMCS/mac-fc-aggregate-code-json
157+
158+
## CDC SHARE IT Act Repository
159+
160+
The CDC SHARE IT Act Repository gathers and consolidates repository metadata from various code environments by generating code.json files in all repositories, having project teams review and correct information for accuracy, then creating an index file containing all aggregated code.json metadata.
161+
https://github.com/CDCgov/ShareIT-Act

0 commit comments

Comments
 (0)