Skip to content

Commit

Permalink
[SECENG-329] Fixes issue for installing semgrep via pip (#520)
Browse files Browse the repository at this point in the history
Fixes issue for installing semgrep via pip
  • Loading branch information
bryant-quist-vgs authored Jul 25, 2024
1 parent 8efc644 commit cd3032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
apt-get update &&
apt-get -y install python3 &&
apt-get -y install python3-pip &&
python3 -m pip install semgrep &&
python3 -m pip install semgrep --break-system-packages &&
git config --global --add safe.directory $$(pwd) &&
semgrep ci --no-suppress-errors"
working_dir: /app
Expand Down

0 comments on commit cd3032e

Please sign in to comment.