Skip to content

Commit

Permalink
Merge pull request #1 from yana1205/yana1205/update-trestle
Browse files Browse the repository at this point in the history
Update sample code to align compliance-trestle ~= 3.3
  • Loading branch information
rahearn authored Aug 20, 2024
2 parents 2951f07 + 900b0ef commit a775146
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions samples_public/heterogeneous/result_to_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
import subprocess
from typing import Dict, List

from trestle.oscal.assessment_results import AssessmentResults, ControlSelection
from trestle.oscal.assessment_results import AssessmentResults
from trestle.oscal.assessment_results import Model as AssessmentResultsRoot
from trestle.oscal.assessment_results import Result, ReviewedControls, SelectControlById
from trestle.oscal.common import Metadata
from trestle.oscal.assessment_results import Result
from trestle.oscal.common import (
ControlSelection,
Metadata,
ReviewedControls,
SelectControlById,
)

from c2p.framework.oscal_utils import get_datetime, uuid

Expand Down

0 comments on commit a775146

Please sign in to comment.