We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--remove-color
-t
1 parent 8f74145 commit cb45738Copy full SHA for cb45738
1 file changed
.github/workflows/validate-claims.yaml
@@ -32,7 +32,7 @@ jobs:
32
echo '```' >> $GITHUB_STEP_SUMMARY
33
34
set +e
35
- kyverno apply ./kyverno --resource ./crossplane/claims 2>&1 | tee result.txt
+ verno apply ./kyverno --resource ./crossplane/claims -t --remove-color 2>&1 | tee result.txt
36
KYVERNO_EXIT_CODE=${PIPESTATUS[0]}
37
set -e
38
0 commit comments