mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
Stop colorizing the JSON output
If using a terminal then jq prints out JSON with color. I suggest color should either be disabled always or with some other flag (more complicated) jq flag: -M monochrome (don't colorize JSON);
This commit is contained in:
committed by
GitHub
parent
0ebdb1698f
commit
7313628cc6
@@ -27,7 +27,7 @@ textPass(){
|
||||
else
|
||||
REPREGION=$REGION
|
||||
fi
|
||||
jq -c \
|
||||
jq -M -c \
|
||||
--arg PROFILE "$PROFILE" \
|
||||
--arg ACCOUNT_NUM "$ACCOUNT_NUM" \
|
||||
--arg TITLE_TEXT "$TITLE_TEXT" \
|
||||
|
||||
Reference in New Issue
Block a user