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

This commit is contained in:
abhay084
2024-03-18 02:11:46 +05:30
parent b009c711b5
commit 3c4c8e5f10
8 changed files with 147 additions and 0 deletions
+8
View File
@@ -10,6 +10,14 @@
Drone plugin uses Docker-in-Docker to build and publish Docker images to a container registry. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-docker/).
### Git Leaks
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: