Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul authored Sep 19, 2022
1 parent a68d286 commit 0c8bc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func runTests(args []string, parametersFile string) error {
}

yamlReader := yamlutil.NewDocumentDecoder(inputFileReader)
yamlBuf := make([]byte, 100*1024)
yamlBuf := make([]byte, 1024*1024)

// build gatekeeper compatible input object for each yaml document found in input manifest
for {
Expand Down

0 comments on commit 0c8bc13

Please sign in to comment.