We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc8c13 commit f5cde73Copy full SHA for f5cde73
.github/workflows/sbom.yml
@@ -32,14 +32,10 @@ jobs:
32
python-version: "3.13"
33
34
- name: Setup Terraform
35
- uses: hashicorp/setup-terraform@v3
36
- with:
37
- terraform_version: ${{ env.TF_VERSION }}
+ uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
38
39
- - uses: terraform-linters/setup-tflint@v5
+ - uses: terraform-linters/setup-tflint@ae78205cfffec9e8d93fd2b3115c7e9d3166d4b6
40
name: Setup TFLint
41
42
- tflint_version: v0.58.0
43
44
- name: Set architecture variable
45
id: os-arch
scripts/update-sbom.py
@@ -18,4 +18,5 @@ def main() -> None:
18
19
20
if __name__ == "__main__":
21
- main()
+ main()
22
+
0 commit comments