Skip to content

Commit

Permalink
fix integration test to run with py ver 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen committed Sep 12, 2023
1 parent ab05169 commit 273b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/prepare_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else

fi

if [[ "$2" == "3.7" && "$1" == "ubuntu-latest" ]]
if [[ "$2" == "3.8" && "$1" == "ubuntu-latest" ]]
then
pipenv run checkov -s -f terragoat/terraform/aws/s3.tf --bc-api-key $BC_KEY > checkov_report_s3_singlefile_api_key_terragoat.txt
pipenv run checkov -s -d terragoat/terraform/azure/ --bc-api-key $BC_KEY > checkov_report_azuredir_api_key_terragoat.txt
Expand Down

0 comments on commit 273b0fd

Please sign in to comment.