Skip to content

Commit 29e75fd

Browse files
committed
style: fix for kics
1 parent 291d78b commit 29e75fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@v4
9494
- name: Setup Terraform
95-
uses: hashicorp/setup-terraform@v3
95+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
9696
with:
9797
terraform_version: "1.13.5"
9898
- name: Install tflint

scripts/ansible/ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# kics-scan disable=c6473dae-8477-4119-88b7-b909b435ce7b
2+
13
[defaults]
24
executable = /bin/bash
35
host_key_checking = False

0 commit comments

Comments
 (0)