feat: add tflint 0.59.1
Build / build-8 (pull_request) Successful in 50s
Build / build-9 (pull_request) Successful in 2m0s

- builds the tflint package
This commit is contained in:
2025-11-16 13:24:50 +11:00
parent 0133114aac
commit 288dfe211b
5 changed files with 76 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/bash
# Download tflint binary
wget -O /app/tflint_linux_amd64.zip https://github.com/terraform-linters/tflint/releases/download/v${PACKAGE_VERSION}/tflint_linux_amd64.zip
# Extract the binary
unzip -j /app/tflint_linux_amd64.zip -d /app/
# Build the RPM
nfpm pkg --config /app/resources/nfpm.yaml --target /app/dist --packager rpm