ci(soteria): install ripgrep for quality smell checks

This commit is contained in:
Brad Stein 2026-04-19 16:11:36 -03:00
parent 33029a2305
commit 5eb15c6548

2
Jenkinsfile vendored
View File

@ -110,7 +110,7 @@ spec:
sh ''' sh '''
set -eu set -eu
apt-get update >/dev/null apt-get update >/dev/null
apt-get install -y --no-install-recommends jq python3 >/dev/null apt-get install -y --no-install-recommends jq python3 ripgrep >/dev/null
mkdir -p build mkdir -p build
python3 - <<'PY' python3 - <<'PY'
import base64 import base64