Skip to content

Commit

Permalink
Chore - install in venv (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chpl authored Sep 16, 2024
1 parent 0be7899 commit 132d2a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions env0.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ inputs:
description: Additional Checkov flags
run:
exec: |
sudo pip install --break-system-packages -U checkov
checkov --directory ${inputs.directory} ${inputs.flags}
python3 -m venv ${HOME}/.checkov
${HOME}/.checkov/bin/pip install --no-compile --disable-pip-version-check checkov
${HOME}/.checkov/bin/checkov --directory ${inputs.directory} ${inputs.flags}

0 comments on commit 132d2a8

Please sign in to comment.