We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cd459 commit d33aa94Copy full SHA for d33aa94
.circleci/config.yml
@@ -49,7 +49,7 @@ jobs:
49
# echo 'export SEMGREP_PR_ID=${CIRCLE_PULL_REQUEST##*/}' >> $BASH_ENV
50
echo 'export SEMGREP_JOB_URL=$CIRCLE_BUILD_URL' >> $BASH_ENV
51
# git fetch origin "+refs/heads/*:refs/remotes/origin/*"
52
- semgrep ci --verbose
+ semgrep ci --json --output=findings.json
53
fi
54
for k in $(jq '.results | keys | .[]' findings.json); do
55
value=$(jq -r ".results[$k]" findings.json);
0 commit comments