Skip to content

Commit

Permalink
fix: update maru-runner to silence info log
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@ctshryock.com>
  • Loading branch information
catsby committed Sep 18, 2024
1 parent e3febdd commit dfc1a2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
github.com/charmbracelet/lipgloss v0.13.0
github.com/defenseunicorns/maru-runner v0.2.2
github.com/defenseunicorns/maru-runner v0.2.3-0.20240918160420-9a802e4cd297
github.com/defenseunicorns/pkg/exec v0.0.1
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1
github.com/defenseunicorns/pkg/oci v1.0.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,8 @@ github.com/daviddengcn/go-colortext v1.0.0 h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX
github.com/daviddengcn/go-colortext v1.0.0/go.mod h1:zDqEI5NVUop5QPpVJUxE9UO10hRnmkD5G4Pmri9+m4c=
github.com/defenseunicorns/maru-runner v0.2.2 h1:KMQdgneUrSBS89LBfV1dIa9Y8U3HkYXRc9up3DwZD04=
github.com/defenseunicorns/maru-runner v0.2.2/go.mod h1:W3gwvcftZ386+gb7vKgeIgQSYGCozfXbnfPvsUwrTcc=
github.com/defenseunicorns/maru-runner v0.2.3-0.20240918160420-9a802e4cd297 h1:nK/I8F3j89HbQAtFgCj8WcnjYWCISVe15Uhz651Gf6w=
github.com/defenseunicorns/maru-runner v0.2.3-0.20240918160420-9a802e4cd297/go.mod h1:W3gwvcftZ386+gb7vKgeIgQSYGCozfXbnfPvsUwrTcc=
github.com/defenseunicorns/pkg/exec v0.0.1 h1:mZtkZvwvOgInZOi+hvEjT0JAtjOgbeIo4RkpqMzU85g=
github.com/defenseunicorns/pkg/exec v0.0.1/go.mod h1:F/OPhrZuoXM6e2RgeDUlaSYFFW8I3rsErJnytLSkLFo=
github.com/defenseunicorns/pkg/helpers v1.1.1 h1:p3pKeK5SeFaoZUJZIX9sEsJqX1CGGMS8OpQMPgJtSqM=
Expand Down
1 change: 1 addition & 0 deletions src/cmd/vendored.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var runnerCmd = &cobra.Command{
}

runnerCLI.RootCmd().SetArgs(os.Args)
runnerCLI.RootCmd().PersistentFlags().Set("log-level", "warn")
runnerCLI.Execute()

return nil
Expand Down

0 comments on commit dfc1a2e

Please sign in to comment.