Skip to content

Commit fd2765a

Browse files
debian: kingfisher secret scanner tool
1 parent dd1fb89 commit fd2765a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

debian-linux/cli/kingfisher.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/env bash
2+
3+
echo
4+
echo "# ---------------------------------------"
5+
echo "Kingfisher - secret scanner and live secret validation tool"
6+
dra download --automatic --install --output ~/.local/bin/ mongodb/kingfisher
7+
8+
echo
9+
echo "Kingfisher version: $(kingfisher --version)"
10+
echo "# ---------------------------------------"
11+
echo

0 commit comments

Comments
 (0)