Skip to content

Commit 0b55607

Browse files
committed
fix(ci): add --remove-color and -t flags to Kyverno apply for cleaner CI output
Improves readability of validation logs by removing ANSI colors and enabling table output format.
1 parent 8f74145 commit 0b55607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-claims.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo '```' >> $GITHUB_STEP_SUMMARY
3333
3434
set +e
35-
kyverno apply ./kyverno --resource ./crossplane/claims 2>&1 | tee result.txt
35+
kyverno apply ./kyverno --resource ./crossplane/claims -t --remove-color 2>&1 | tee result.txt
3636
KYVERNO_EXIT_CODE=${PIPESTATUS[0]}
3737
set -e
3838

0 commit comments

Comments
 (0)