diff --git a/config-file-validator.hcl b/config-file-validator.hcl new file mode 100644 index 00000000..a5c62918 --- /dev/null +++ b/config-file-validator.hcl @@ -0,0 +1,14 @@ +description = "Cross Platform tool to validate configuration files" +binaries = ["validator"] +test = "validator -version" +source = "https://github.com/Boeing/config-file-validator/releases/download/v${version}/validator-v${version}-${os}-${arch}.tar.gz" + +platform "windows" { + source = "https://github.com/Boeing/config-file-validator/releases/download/v${version}/validator-v${version}-${os}-${arch}.zip" +} + +version "1.7.1" { + auto-version { + github-release = "Boeing/config-file-validator" + } +}