Skip to content

Commit

Permalink
No merge plz - testing semgrep version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 19, 2024
1 parent 80b03ed commit 766ffa5
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 --upgrade semgrep && semgrep --version && make -C .. semgrep"
staging-test-with-rebase:
machine:
Expand Down

0 comments on commit 766ffa5

Please sign in to comment.