Loading README.md +2 −1 Original line number Diff line number Diff line # GitLab CI template for Gitleaks This project implements a generic GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). This project implements a GitLab CI/CD template to detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). When run on the master branch, Gitleaks will audit all commits from all branches. Loading kicker.json +1 −1 Original line number Diff line number Diff line { "name": "Gitleaks", "description": "GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "description": "Detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "template_path": "templates/gitlab-ci-gitleaks.yml", "kind": "analyse", "variables": [ Loading Loading
README.md +2 −1 Original line number Diff line number Diff line # GitLab CI template for Gitleaks This project implements a generic GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). This project implements a GitLab CI/CD template to detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki). When run on the master branch, Gitleaks will audit all commits from all branches. Loading
kicker.json +1 −1 Original line number Diff line number Diff line { "name": "Gitleaks", "description": "GitLab CI template for [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "description": "Detect and prevent hardcoded secrets in your Git repository with [Gitleaks](https://github.com/zricethezav/gitleaks/wiki)", "template_path": "templates/gitlab-ci-gitleaks.yml", "kind": "analyse", "variables": [ Loading