Skip to content

Commit 9ffe78f

Browse files
chore(deps): bump github.com/mikefarah/yq/v4 from 4.48.2 to 4.49.2 (#4413)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Brandt Keller <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandt Keller <[email protected]>
1 parent 578065f commit 9ffe78f

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ require (
485485
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
486486
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
487487
github.com/miekg/pkcs11 v1.1.1 // indirect
488-
github.com/mikefarah/yq/v4 v4.48.2
488+
github.com/mikefarah/yq/v4 v4.49.2
489489
github.com/mitchellh/copystructure v1.2.0 // indirect
490490
github.com/mitchellh/go-homedir v1.1.0 // indirect
491491
github.com/mitchellh/go-wordwrap v1.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,8 +1876,8 @@ github.com/miekg/dns v1.1.58/go.mod h1:Ypv+3b/KadlvW9vJfXOTf300O4UqaHFzFCuHz+rPk
18761876
github.com/miekg/pkcs11 v1.0.3-0.20190429190417-a667d056470f/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
18771877
github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=
18781878
github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
1879-
github.com/mikefarah/yq/v4 v4.48.2 h1:loHcgZ3Soa4ZxR4QafZ6Xr6GU8hWuSr1A8ziTLjpHlI=
1880-
github.com/mikefarah/yq/v4 v4.48.2/go.mod h1:iHgYxHyqA6VqQfre+TocMnqnk7e2+pNzAHusH8y95Wk=
1879+
github.com/mikefarah/yq/v4 v4.49.2 h1:GdMcAvlogQqV1IwW7ivoXjZBMVGA44L9X1yytzAkK2Y=
1880+
github.com/mikefarah/yq/v4 v4.49.2/go.mod h1:iHgYxHyqA6VqQfre+TocMnqnk7e2+pNzAHusH8y95Wk=
18811881
github.com/mikelolasagasti/xz v1.0.1 h1:Q2F2jX0RYJUG3+WsM+FJknv+6eVjsjXNDV0KJXZzkD0=
18821882
github.com/mikelolasagasti/xz v1.0.1/go.mod h1:muAirjiOUxPRXwm9HdDtB3uoRPrGnL85XHtokL9Hcgc=
18831883
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=

site/src/content/docs/commands/zarf_tools_yq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ zarf tools yq -P sample.json
6464
-P, --prettyPrint pretty print, shorthand for '... style = ""'
6565
--properties-array-brackets use [x] in array paths (e.g. for SpringBoot)
6666
--properties-separator string separator to use between keys and values (default " = ")
67+
--security-disable-env-ops Disable env related operations.
68+
--security-disable-file-ops Disable file related operations (e.g. load)
6769
--shell-key-separator string separator for shell variable key paths (default "_")
6870
-s, --split-exp string print each result (or doc) into a file named (exp). [exp] argument must return a string. You can use $index in the expression as the result counter. The necessary directories will be created.
6971
--split-exp-file string Use a file to specify the split-exp expression.

site/src/content/docs/commands/zarf_tools_yq_completion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ zarf tools yq completion [bash|zsh|fish|powershell]
8484
-P, --prettyPrint pretty print, shorthand for '... style = ""'
8585
--properties-array-brackets use [x] in array paths (e.g. for SpringBoot)
8686
--properties-separator string separator to use between keys and values (default " = ")
87+
--security-disable-env-ops Disable env related operations.
88+
--security-disable-file-ops Disable file related operations (e.g. load)
8789
--shell-key-separator string separator for shell variable key paths (default "_")
8890
-s, --split-exp string print each result (or doc) into a file named (exp). [exp] argument must return a string. You can use $index in the expression as the result counter. The necessary directories will be created.
8991
--split-exp-file string Use a file to specify the split-exp expression.

site/src/content/docs/commands/zarf_tools_yq_eval-all.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ cat file2.yml | zarf tools yq ea '.a.b' file1.yml - file3.yml
8080
-P, --prettyPrint pretty print, shorthand for '... style = ""'
8181
--properties-array-brackets use [x] in array paths (e.g. for SpringBoot)
8282
--properties-separator string separator to use between keys and values (default " = ")
83+
--security-disable-env-ops Disable env related operations.
84+
--security-disable-file-ops Disable file related operations (e.g. load)
8385
--shell-key-separator string separator for shell variable key paths (default "_")
8486
-s, --split-exp string print each result (or doc) into a file named (exp). [exp] argument must return a string. You can use $index in the expression as the result counter. The necessary directories will be created.
8587
--split-exp-file string Use a file to specify the split-exp expression.

site/src/content/docs/commands/zarf_tools_yq_eval.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ zarf tools yq e '.a.b = "cool"' -i file.yaml
8282
-P, --prettyPrint pretty print, shorthand for '... style = ""'
8383
--properties-array-brackets use [x] in array paths (e.g. for SpringBoot)
8484
--properties-separator string separator to use between keys and values (default " = ")
85+
--security-disable-env-ops Disable env related operations.
86+
--security-disable-file-ops Disable file related operations (e.g. load)
8587
--shell-key-separator string separator for shell variable key paths (default "_")
8688
-s, --split-exp string print each result (or doc) into a file named (exp). [exp] argument must return a string. You can use $index in the expression as the result counter. The necessary directories will be created.
8789
--split-exp-file string Use a file to specify the split-exp expression.

0 commit comments

Comments
 (0)