Skip to content

Commit

Permalink
Sync automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trestle-bot[bot] committed Feb 22, 2024
1 parent 2283e9d commit 87414c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
6 changes: 5 additions & 1 deletion component-definitions/example/component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"uuid": "d7e409a1-ccea-4922-b0e6-664a9fa6b01e",
"metadata": {
"title": "Component definition for example",
"last-modified": "2024-02-22T12:46:17+00:00",
"last-modified": "2024-02-22T12:48:14.016822+00:00",
"version": "1.0",
"oscal-version": "1.0.4"
},
Expand Down Expand Up @@ -68,6 +68,10 @@
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "Test-rule_001"
},
{
"name": "implementation-status",
"value": "planned"
}
]
}
Expand Down
18 changes: 17 additions & 1 deletion component-definitions/test_comp/component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"uuid": "91d14634-de73-42ab-ba3c-2cdd8328ce74",
"metadata": {
"title": "Component definition for test_comp",
"last-modified": "2024-02-22T12:46:17+00:00",
"last-modified": "2024-02-22T12:48:14.027502+00:00",
"version": "1.0",
"oscal-version": "1.0.4"
},
Expand Down Expand Up @@ -78,6 +78,10 @@
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "rule-sc-1"
},
{
"name": "implementation-status",
"value": "planned"
}
]
},
Expand All @@ -90,6 +94,10 @@
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "rule-ac-2"
},
{
"name": "implementation-status",
"value": "planned"
}
]
},
Expand All @@ -102,6 +110,10 @@
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "rule-ac-4.4"
},
{
"name": "implementation-status",
"value": "planned"
}
]
},
Expand All @@ -114,6 +126,10 @@
"name": "Rule_Id",
"ns": "https://oscal-compass.github.io/compliance-trestle/schemas/oscal",
"value": "rule-ac-1"
},
{
"name": "implementation-status",
"value": "planned"
}
]
}
Expand Down

0 comments on commit 87414c2

Please sign in to comment.