diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ce6454..7f124aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,3 +23,8 @@ repos: additional_dependencies: - "ansible-core>=2.13" - "yamllint>=1.29,<2.0" + + - repo: https://github.com/gitleaks/gitleaks + rev: v8.16.1 + hooks: + - id: gitleaks diff --git a/README.md b/README.md index 153d037..1a90892 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ To get started, simply click the button below... [![Contribute](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com/f?url=https://github.com/devspaces-samples/ansible-devspaces-demo) - # Ansible Development on OpenShift Dev Spaces This repository provides a development environment for Ansible playbook creation, testing with Molecule, and ansible-lint checks using OpenShift Dev Spaces.