diff options
author | Valery Piashchynski <[email protected]> | 2022-08-03 17:23:39 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-03 17:23:39 +0200 |
commit | f4f8dfc3e31fb7d21ba329d55d1e1a49a2d7e4fc (patch) | |
tree | 4b39274c4e2eb842eb9a4fcbfa3794758a050521 | |
parent | 203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (diff) | |
parent | 512ed22249d3d35b31fc86be80afb4331e66ff74 (diff) |
Merge remote-tracking branch 'origin/master' into feat/go1.19
# Conflicts:
# Dockerfile
# go.mod
# go.sum
-rw-r--r-- | .github/workflows/tests.yml | 2 | ||||
-rw-r--r-- | .rr.yaml | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d524a5fb..47cf9b55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -151,7 +151,7 @@ jobs: - name: Try to execute run: docker run --rm rr:local -v - - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> + - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> with: image-ref: rr:local format: "table" @@ -186,16 +186,6 @@ temporal: # Default: default namespace: default - # Internal temporal communication protocol, can be "proto" or "json". - # - # Default: "proto" - codec: proto - - # Debugging level (only for "json" codec). Set 0 for nothing, 1 for "normal", and 2 for colorized messages. - # - # Default: 0 - debug_level: 2 - # Temporal metrics # # Optional section @@ -234,7 +224,7 @@ temporal: # Maximal count of worker executions. Zero (or nothing) means no limit. # # Default: 0 - max_jobs: 64 + max_jobs: 0 # Timeout for worker allocation. Zero means no limit. # |