We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c1a95 commit 21a912dCopy full SHA for 21a912d
1 file changed
module-preview-action/action.yml
@@ -34,7 +34,7 @@ runs:
34
shell: bash
35
run: |
36
sudo apt-get install -y python3 python3-pip curl unzip jq git
37
- curl -fsSL https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_linux_amd64.zip -o terraform.zip
+ curl -fsSL https://releases.hashicorp.com/terraform/1.5.7/terraform_1.5.7_linux_amd64.zip -o terraform.zip
38
unzip terraform.zip && mv terraform /usr/local/bin/ && rm terraform.zip
39
pip install checkov
40
0 commit comments