Install the kingfisher secret detection tool

This commit is contained in:
Ohad Livne 2025-06-29 00:30:59 +03:00
parent a1aef0ef79
commit e67964fe6a
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -0,0 +1,12 @@
#! /usr/bin/sh
package=kingfisher
repo=mongodb/kingfisher
resource=kingfisher-linux-x64.tgz
install_kingfisher() {
tar xz --directory="$(systemd-path user-binaries)" kingfisher
chmod 550 "$(systemd-path user-binaries)"/kingfisher
}
github_update "${package}" "${repo}" "${resource}" install_kingfisher