From 002431b2a58f6cf98811a45a4bd8472031fc9726 Mon Sep 17 00:00:00 2001 From: Chris Compton Date: Tue, 5 Dec 2023 15:51:43 -0600 Subject: [PATCH] Update GitHub Action HOME_REPO to point to oscal-content (#223) * Feature 800 53 updates (#221) * Adding links from assessment objectives to statement items (#147) * For consistency providing link bindings, making three corrections by hand on label properties (prop[@name='label']: - 'AC-20a.1' becomes 'AC-20a.01' - 'AC-20a.2' becomes 'AC-20a.02' - 'PE-03(01)02]' becomes 'PE-03(01)[02]' * Adding enhancement XSLT with preliminary result * Cleanup: updating content, removing preliminary result * Correcting validation error * Publish Updated NIST SP 800-53 Revision 5.1.1 Controls (#220) * Update param AC-07(02)_ODP[02] to use and, not or. * Param AC-24_ODP[01] to require only one choice. * Add parens to param CA_02(03)_ODP[01] pluralization * Limit param CA-08(03)_ODP[02] to 1, not >=1 select * Change PM-31_ODP[02] and PM-31_ODP[03] param plurals * Add control IA-13 to catalog. * Add control enhancement IA-13.1 to catalog. * Add control enhancement IA-13.2 to catalog. * IA-13 control and enhancements refs must link back. * Implementation level and assurance tag for new controls. * Add FIPS 196 and FIPS 198-1 for IA-13.3 references to back-matter. * Add IA-13.3, align final edits from RMF Team, and version metadata. * Fix bad copy-paste on FIPS-196 UUID anchor for IA-13.3 refs Re-running Schematron one last time indicated the final digit was missing from this UUID. * Fix revisions, errant link/@rel, and resource title * Add missing ia-13 links. * added links for assessment objectives * contrpl ia-13.3 error fixed * Per reviewer's comment, replaced depends-on with related-to. * Updated last-modified and version * updated rel value to assessment-for per FedRAMP's request * updated profiles' metadata * updated profiles' root uuid --------- Co-authored-by: Wendell Piez Co-authored-by: A.J. Stein Co-authored-by: Iorga Co-authored-by: Iorga * Adjust home repository to oscal-content --------- Co-authored-by: Wendell Piez Co-authored-by: A.J. Stein Co-authored-by: Iorga Co-authored-by: Iorga --- .github/workflows/content-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index f83bb733..dcacd666 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: name: Process Content Artifacts env: - HOME_REPO: usnistgov/OSCAL + HOME_REPO: usnistgov/oscal-content # With the default GEN_CONTENT_DIR, the resulting catalogs, profiles, and # other example content will end up in the build/generated directory. For # checking in finalized content, it goes into build/.., the top-level