From 766ffa5e4b9fd48584507474b15aecb281334f06 Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Fri, 19 Jan 2024 14:03:22 -0500 Subject: [PATCH] No merge plz - testing semgrep version in CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51c2ed11a5..ee2cdb732a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: