Skip to content

Commit

Permalink
Update sample code to align compliance-trestle ~= 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Yanagawa <[email protected]>
  • Loading branch information
yana1205 committed Aug 20, 2024
1 parent 2951f07 commit 900b0ef
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 900b0ef

Please sign in to comment.