We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08824c commit 8721855Copy full SHA for 8721855
1 file changed
kargo/custom-steps/conftest/conftest.yaml
@@ -6,14 +6,9 @@ metadata:
6
spec:
7
image: openpolicyagent/conftest:v0.67.0
8
command:
9
- - sh
10
- - -c
11
- - |
12
- set -euo pipefail
13
- rm -rf /tmp/policy
14
- mkdir -p /tmp/policy
15
- conftest test \
16
- --no-color \
17
- --update=https://raw.githubusercontent.com/jessesuen/kargo-custom-steps/master/policy/kubernetes.rego \
18
- --policy=/tmp/policy \
19
- ${{ config.path }}
+ - conftest
+ - test
+ - --no-color
+ - --update=https://raw.githubusercontent.com/jessesuen/kargo-custom-steps/master/policy/kubernetes.rego
+ - --policy=/tmp/policy
+ - ${{ config.path }}
0 commit comments