We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291d78b commit 29e75fdCopy full SHA for 29e75fd
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
steps:
93
- uses: actions/checkout@v4
94
- name: Setup Terraform
95
- uses: hashicorp/setup-terraform@v3
+ uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
96
with:
97
terraform_version: "1.13.5"
98
- name: Install tflint
scripts/ansible/ansible.cfg
@@ -1,3 +1,5 @@
1
+# kics-scan disable=c6473dae-8477-4119-88b7-b909b435ce7b
2
+
3
[defaults]
4
executable = /bin/bash
5
host_key_checking = False
0 commit comments