Skip to content

Commit f5cde73

Browse files
committed
sonar security warning fix new
1 parent 8fc8c13 commit f5cde73

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/sbom.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Setup Terraform
35-
uses: hashicorp/setup-terraform@v3
36-
with:
37-
terraform_version: ${{ env.TF_VERSION }}
35+
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
3836

39-
- uses: terraform-linters/setup-tflint@v5
37+
- uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6
4038
name: Setup TFLint
41-
with:
42-
tflint_version: v0.58.0
4339

4440
- name: Set architecture variable
4541
id: os-arch

scripts/update-sbom.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def main() -> None:
1818

1919

2020
if __name__ == "__main__":
21-
main()
21+
main()
22+

0 commit comments

Comments
 (0)