diff --git a/go.mod b/go.mod index c40f5d71..cd7a4e7d 100644 --- a/go.mod +++ b/go.mod @@ -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 github.com/defenseunicorns/pkg/exec v0.0.1 github.com/defenseunicorns/pkg/helpers/v2 v2.0.1 github.com/defenseunicorns/pkg/oci v1.0.2 diff --git a/go.sum b/go.sum index e9150a35..a5572e3e 100644 --- a/go.sum +++ b/go.sum @@ -1044,8 +1044,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/daviddengcn/go-colortext v1.0.0 h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE= 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 h1:HB525W/qndPgSMmDh8v+0fwQpIfHfEtM8qaw/fkffAk= +github.com/defenseunicorns/maru-runner v0.2.3/go.mod h1:cjONaC1/RnqqEyIUe4MAEs3waE6h38dlmUjh/VlrSGM= 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= diff --git a/tasks.schema.json b/tasks.schema.json index 0eedb910..2a1c2a16 100644 --- a/tasks.schema.json +++ b/tasks.schema.json @@ -61,6 +61,10 @@ }, "type": "object", "description": "Input parameters to pass to the task" + }, + "if": { + "type": "string", + "description": "Conditional to determine if the action should run" } }, "additionalProperties": false,