Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Fix compilation - SetParam has been moved around
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Jan 13, 2020
1 parent c74e7b2 commit b964a28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impl/implementation.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"github.com/docker/oscalkit/types/oscal/catalog"
"github.com/docker/oscalkit/types/oscal/implementation"
"github.com/docker/oscalkit/types/oscal/profile"
ssp "github.com/docker/oscalkit/types/oscal/system_security_plan"
uuid "github.com/satori/go.uuid"
)

Expand Down Expand Up @@ -314,7 +315,7 @@ func (*NISTCatalog) isSubControl(s string) bool {
}

// GenerateImplementationParameter GenerateImplementationParameter
func GenerateImplementationParameter(param profile.SetParam, guidance []string) implementation.Parameter {
func GenerateImplementationParameter(param ssp.SetParam, guidance []string) implementation.Parameter {
return implementation.Parameter{
ParameterID: param.Id,
PossibleValues: func() []string {
Expand Down

0 comments on commit b964a28

Please sign in to comment.