We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c2579 commit 224efe0Copy full SHA for 224efe0
k8s/ci-test-workflow.yml
@@ -23,10 +23,10 @@ jobs:
23
set +e
24
kustomize build envs/ci-testing | conftest test --update github.com/instrumenta/policies.git//kubernetes - -o json > result.json || echo "conftest failed!"
25
set -e
26
- cat result.json | jq '.[0].failures[].msg' | xargs printf "::warning::%s\n"
+ cat result.json | jq -r '(.[0].failures // []) | "::warning::\(.[].msg)\n"'
27
- uses: engineerd/[email protected]
28
with:
29
- version: v0.12.0
+ version: v0.15.0
30
- name: Install flux cli and do setup
31
run: |
32
0 commit comments