https://github.com/mitre/saf-baseline-ingestion
Ingest baselines and parse out which NIST 800-53 controls they validate
https://github.com/mitre/saf-baseline-ingestion
Last synced: 6 days ago
JSON representation
Ingest baselines and parse out which NIST 800-53 controls they validate
- Host: GitHub
- URL: https://github.com/mitre/saf-baseline-ingestion
- Owner: mitre
- License: other
- Created: 2020-08-03T21:07:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T02:47:46.000Z (about 4 years ago)
- Last Synced: 2025-04-01T14:37:27.622Z (26 days ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saf-baseline-ingestion
Ingest baselines and parse out which NIST 800-53 controls they validate## Example usage
```
name: Example Action For Baseline Ingestionon:
workflow_dispatch:jobs:
example:
runs-on: ubuntu-latest
name: Ingest
steps:
- name: Pull repo
uses: actions/checkout@v2
- name: Ingest and process data
uses: docker://mitre/saf-baseline-ingestion
- name: Commit processed ata
run: |
git add ./src/assets/data/baselineProfiles/
git add ./src/assets/data/baselines.json
git add ./src/assets/data/mitre-saf-control-mapping.json
git commit -m 'Automated ingestion of profiles' || true
git push "https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:master
```## License and Author
### Authors- Author:: Amndeep Singh Mann [[email protected]](mailto:[email protected])
## NOTICE
© 2020 The MITRE Corporation.Approved for Public Release; Distribution Unlimited. Case Number 18-3678.
## NOTICE
MITRE hereby grants express written permission to use, reproduce, distribute, modify, and otherwise leverage this software to the extent permitted by the licensed terms provided in the LICENSE.md file included with this project.## NOTICE
This software was produced for the U. S. Government under Contract Number HHSM-500-2012-00008I, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.
For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.
### NOTICE
CIS Benchmarks are published by the Center for Internet Security (CIS), see: https://www.cisecurity.org/.