Skip to content

Commit

Permalink
Merge pull request #2034 from enterprise-contract/dependabot/go_modul…
Browse files Browse the repository at this point in the history
…es/all-ac7fc6b404

Bump the all group with 2 updates
  • Loading branch information
lcarva authored Sep 30, 2024
2 parents 77baaa8 + 337469a commit 59dd12e
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 37 deletions.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_bench.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ ec opa bench <query> [flags]
-I, --stdin-input:: read input document from stdin (Default: false)
-t, --target:: set the runtime to exercise (Default: rego)
-u, --unknowns:: set paths to treat as unknown during partial evaluation (Default: [input])
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ ec opa build <path> [<path> [...]] [flags]
--signing-key:: set the secret (HMAC) or path of the PEM file containing the private key (RSA and ECDSA)
--signing-plugin:: name of the plugin to use for signing/verification (see https://www.openpolicyagent.org/docs/latest/management-bundles/#signature-plugin
-t, --target:: set the output bundle target type (Default: rego)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)
--verification-key:: set the secret (HMAC) or path of the PEM file containing the public key (RSA and ECDSA)
--verification-key-id:: name assigned to the verification key used for bundle verification (Default: default)
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_check.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ ec opa check <path> [path [...]] [flags]
--rego-v1:: check for Rego v1 compatibility (policies must also be compatible with current OPA version) (Default: false)
-s, --schema:: set schema file path or directory path
-S, --strict:: enable compiler strict mode (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/ec_opa_deps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ec opa deps <query> [flags]
-f, --format:: set output format (Default: pretty)
-h, --help:: help for deps (Default: false)
--ignore:: set file and directory names to ignore during loading (e.g., '.*' excludes hidden files) (Default: [])
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_eval.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ ec opa eval <query> [flags]
-t, --target:: set the runtime to exercise (Default: rego)
--timeout:: set eval timeout (default unlimited) (Default: 0s)
-u, --unknowns:: set paths to treat as unknown during partial evaluation (Default: [input])
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)
--var-values:: show local variable values in pretty trace output (Default: false)

== Options inherited from parent commands
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_exec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ ec opa exec <path> [<path> [...]] [flags]
--set-file:: override config values with files on the command line (use commas to specify multiple values) (Default: [])
-I, --stdin-input:: read input document from stdin rather than a static file (Default: false)
--timeout:: set exec timeout with a Go-style duration, such as '5m 30s'. (default unlimited) (Default: 0s)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_fmt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ ec opa fmt [path [...]] [flags]
-h, --help:: help for fmt (Default: false)
-l, --list:: list all files who would change when formatted (Default: false)
--rego-v1:: format module(s) to be compatible with both Rego v1 and current OPA version) (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)
-w, --write:: overwrite the original source file (Default: false)

== Options inherited from parent commands
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/ec_opa_inspect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ec opa inspect <path> [<path> [...]] [flags]
-a, --annotations:: list annotations (Default: false)
-f, --format:: set output format (Default: pretty)
-h, --help:: help for inspect (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/ec_opa_parse.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ec opa parse <path> [flags]
-f, --format:: set output format (Default: pretty)
-h, --help:: help for parse (Default: false)
--json-include:: include or exclude optional elements. By default comments are included. Current options: locations, comments. E.g. --json-include locations,-comments will include locations and exclude comments.
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)

== Options inherited from parent commands

Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ ec opa run [flags]
--tls-cipher-suites:: set list of enabled TLS 1.0–1.2 cipher suites (IANA) (Default: [])
--tls-private-key-file:: set path of TLS private key file
--unix-socket-perm:: specify the permissions for the Unix domain socket if used to listen for incoming connections (Default: 755)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)
--verification-key:: set the secret (HMAC) or path of the PEM file containing the public key (RSA and ECDSA)
--verification-key-id:: name assigned to the verification key used for bundle verification (Default: default)
-w, --watch:: watch command line files for changes (Default: false)
Expand Down
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/ec_opa_test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ ec opa test <path> [path [...]] [flags]
-t, --target:: set the runtime to exercise (Default: rego)
--threshold:: set coverage threshold and exit with non-zero status if coverage is less than threshold % (Default: 0)
--timeout:: set test timeout (default 5s, 30s when benchmarking) (Default: 0s)
--v1-compatible:: opt-in to OPA features and behaviors that will be enabled by default in a future OPA v1.0 release (Default: false)
--v0-compatible:: opt-in to OPA features and behaviors prior to the OPA v1.0 release. Takes precedence over --v1-compatible (Default: false)
--v1-compatible:: opt-in to OPA features and behaviors that are enabled by default in OPA v1.0 (Default: false)
--var-values:: show local variable values in test output (Default: false)
-v, --verbose:: set verbose reporting mode (Default: false)
-w, --watch:: watch command line files for changes (Default: false)
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cuelang.org/go v0.10.0
github.com/MakeNowJust/heredoc v1.0.0
github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.57
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.58
github.com/enterprise-contract/go-gather/gather v0.0.3
github.com/enterprise-contract/go-gather/gather/http v0.0.3-0.20240923130737-4120ba0d92bf
github.com/enterprise-contract/go-gather/gather/oci v0.0.5-0.20240923101526-bbc07b341aed
Expand All @@ -30,7 +30,7 @@ require (
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-wordwrap v1.0.1
github.com/open-policy-agent/conftest v0.55.0
github.com/open-policy-agent/opa v0.68.0
github.com/open-policy-agent/opa v0.69.0
github.com/package-url/packageurl-go v0.1.3
github.com/qri-io/jsonpointer v0.1.1
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
Expand Down Expand Up @@ -89,7 +89,7 @@ require (
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/agnivade/levenshtein v1.2.0 // indirect
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect
github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect
github.com/alibabacloud-go/cr-20181201 v1.0.10 // indirect
Expand Down Expand Up @@ -142,8 +142,8 @@ require (
github.com/cloudflare/circl v1.4.0 // indirect
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/containerd/containerd v1.7.21 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
github.com/containerd/containerd v1.7.22 // indirect
github.com/containerd/errdefs v0.2.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
Expand Down Expand Up @@ -267,7 +267,7 @@ require (
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.20.2 // indirect
github.com/prometheus/client_golang v1.20.4 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.58.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
Expand Down Expand Up @@ -330,7 +330,7 @@ require (
go.opentelemetry.io/otel/trace v1.29.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.step.sm/crypto v0.51.2 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
Expand All @@ -347,7 +347,7 @@ require (
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.66.0 // indirect
google.golang.org/grpc v1.67.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
Loading

0 comments on commit 59dd12e

Please sign in to comment.