Skip to content

Commit d33aa94

Browse files
committed
Updated config.yml
1 parent d3cd459 commit d33aa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# echo 'export SEMGREP_PR_ID=${CIRCLE_PULL_REQUEST##*/}' >> $BASH_ENV
5050
echo 'export SEMGREP_JOB_URL=$CIRCLE_BUILD_URL' >> $BASH_ENV
5151
# git fetch origin "+refs/heads/*:refs/remotes/origin/*"
52-
semgrep ci --verbose
52+
semgrep ci --json --output=findings.json
5353
fi
5454
for k in $(jq '.results | keys | .[]' findings.json); do
5555
value=$(jq -r ".results[$k]" findings.json);

0 commit comments

Comments
 (0)