Skip to content

Commit

Permalink
v1.0.X-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
xfhg committed Oct 4, 2024
1 parent fea0b3d commit 2f683ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,13 @@ func LoadPolicyFile(filename string) (*PolicyFile, error) {
ShortDescription: ShortDescription{
Text: policyFile.Policies[i].Metadata.Description,
},
FullDescription: &FullDescription{
Text: policyFile.Policies[i].Metadata.MsgError,
},
HelpURI: policyFile.Policies[i].Metadata.HelpURL,
Help: &Help{
Text: policyFile.Policies[i].Metadata.MsgSolution,
},
Properties: Properties{
Category: policyFile.Policies[i].Metadata.Tags[0],
Tags: policyFile.Policies[i].Metadata.Tags,
Expand Down

0 comments on commit 2f683ae

Please sign in to comment.