Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit da1a6f7

Browse files
committed
Added datree #2581
1 parent e3d67e1 commit da1a6f7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,16 @@
632632
"datasourceTemplate": "github-releases",
633633
"extractVersionTemplate": "^v(?<version>.+?)$"
634634
},
635+
{
636+
"fileMatch": [
637+
"^tools.yaml$"
638+
],
639+
"matchStrings": [
640+
"name: datree\\n\\s+version: \"?(?<currentValue>.*?)\"?\\n"
641+
],
642+
"depNameTemplate": "datreeio/datree",
643+
"datasourceTemplate": "github-releases"
644+
},
635645
{
636646
"fileMatch": [
637647
"^tools.yaml$"

tools.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,26 @@ tools:
16701670
- url: https://github.com/TomWright/dasel/releases/download/v${version}/dasel_linux_${alt_arch}
16711671
type: executable
16721672

1673+
- name: datree
1674+
version: 1.6.6
1675+
check: ${binary} version
1676+
tags:
1677+
- kubernetes
1678+
- k8s
1679+
- security
1680+
download:
1681+
- url:
1682+
x86_64: https://github.com/datreeio/datree/releases/download/1.6.6/datree-cli_1.6.6_Linux_x86_64.zip
1683+
aarch64: https://github.com/datreeio/datree/releases/download/1.6.6/datree-cli_1.6.6_Linux_arm64.zip
1684+
type: zip
1685+
files:
1686+
- datree
1687+
post_install: |
1688+
echo "Install completion"
1689+
${binary} completion bash >"${target}/share/bash-completion/completions/${name}"
1690+
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
1691+
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
1692+
16731693
- name: diun
16741694
version: 4.22.0
16751695
check: ${binary} --version

0 commit comments

Comments
 (0)