soar可以直接输出分数低于80分SQL吗?而不是所有
nowindnowave opened this issue · 1 comments
nowindnowave commented
如题,便于处理
martianzhang commented
There is a filter method using jq.
./bin/soar --config etc/soar.yaml -report-type json -query file.sql | jq -r '.[] | select(.Score > 80)'