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 a477179 commit d1c1c51Copy full SHA for d1c1c51
.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 --json --output=findings.json
+ semgrep ci --verbose
53
fi
54
for k in $(jq '.results | keys | .[]' findings.json); do
55
value=$(jq -r ".results[$k]" findings.json);
0 commit comments