Skip to content

Commit

Permalink
Pinned semgrep at 1.56.0 in CI to work around text formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 19, 2024
1 parent 80b03ed commit 7bb50ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
command: |
fromtag=$(docker images |grep securedrop-test-focal-py3 |head -n1 |awk '{print $2}')
DOCKER_BUILD_ARGUMENTS="--cache-from securedrop-test-focal-py3:${fromtag:-latest}" securedrop/bin/dev-shell \
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q --upgrade semgrep && make -C .. semgrep"
bash -c "pip3 install -U -q --upgrade pip && pip3 install -U -q semgrep==1.56.0 && make -C .. semgrep"
staging-test-with-rebase:
machine:
Expand Down

0 comments on commit 7bb50ef

Please sign in to comment.