Skip to content

Commit e5aa588

Browse files
authored
fix: set ACTIVATE_VENV env when using official releases (#325)
1 parent 2bd957a commit e5aa588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ runs:
177177
env:
178178
actionref: ${{ github.action_ref }}
179179
PLAN_UPLOAD_DESTINATION: ${{ inputs.upload-plan-destination }}
180+
ACTIVATE_VENV: ${{ inputs.setup-checkov == 'true' }}
180181
DISABLE_LOCKING: ${{ inputs.disable-locking == 'true' }}
181182
id: digger
182183
shell: bash

0 commit comments

Comments
 (0)