Skip to content

Commit 5f6d01c

Browse files
Saranya-jenaHarness
authored andcommitted
chore: [ML-1246]: Fixed schema issue with create opa policy tool (#77)
* chore: [ML-1246]: Fixed schema issue with create opa policy tool Signed-off-by: Saranya-jena <[email protected]>
1 parent 61a9b23 commit 5f6d01c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/harness/tools/scs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,9 @@ func CreateOPAPolicyTool(config *config.Config, client *generated.ClientWithResp
792792
- ["GPL-2.0-only", "BSD-2-Clause", "AGPL-3.0"]
793793
- ["MIT", "Apache-2.0"]
794794
`),
795+
mcp.Items(map[string]any{
796+
"type": "string",
797+
}),
795798
),
796799

797800
WithScope(config, true),

0 commit comments

Comments
 (0)