feat: [CI-10849]: add git-leaks support (#113)

* feat: [CI-10849]: add git-leaks support

* correct reference
This commit is contained in:
Abhay
2024-05-10 17:08:31 +05:30
committed by GitHub
parent 04885c8ec8
commit 20525e5403
8 changed files with 141 additions and 0 deletions
+6
View File
@@ -4,6 +4,12 @@ Drone kaniko plugin uses [kaniko](https://github.com/GoogleContainerTools/kaniko
Plugin images are published with 1.6.0 as well as 1.9.1 kaniko version from 1.5.1 release tag. `plugins/kaniko:<release-tag>` uses 1.6.0 version while `plugins/kaniko:<release-tag>-kaniko1.9.1` uses 1.9.1 version. Similar convention is used for plugins/kaniko-ecr & plugins/kaniko-gcr images as well.
Run the following script to install git-leaks support to this repo.
```
chmod +x ./git-hooks/install.sh
./git-hooks/install.sh
```
## Build
Build the binaries with the following commands: