diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1c0697f..fd301f4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. List any dependencies that are required for this change. ## Contribution Guidelines -Please Read through the [Contribution Guidelines](https://github.com/aquasecurity/kube-hunter/blob/master/CONTRIBUTING.md). +Please Read through the [Contribution Guidelines](https://github.com/aquasecurity/kube-hunter/blob/main/CONTRIBUTING.md). ## Fixed Issues diff --git a/README.md b/README.md index 457d63d..0bfaacf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -![kube-hunter](https://github.com/aquasecurity/kube-hunter/blob/master/kube-hunter.png) +![kube-hunter](https://github.com/aquasecurity/kube-hunter/blob/main/kube-hunter.png) [![Build Status](https://github.com/aquasecurity/kube-hunter/workflows/Test/badge.svg)](https://github.com/aquasecurity/kube-hunter/actions) -[![codecov](https://codecov.io/gh/aquasecurity/kube-hunter/branch/master/graph/badge.svg)](https://codecov.io/gh/aquasecurity/kube-hunter) +[![codecov](https://codecov.io/gh/aquasecurity/kube-hunter/branch/main/graph/badge.svg)](https://codecov.io/gh/aquasecurity/kube-hunter) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![License](https://img.shields.io/github/license/aquasecurity/kube-hunter)](https://github.com/aquasecurity/kube-hunter/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/aquasecurity/kube-hunter)](https://github.com/aquasecurity/kube-hunter/blob/main/LICENSE) [![Docker image](https://images.microbadger.com/badges/image/aquasec/kube-hunter.svg)](https://microbadger.com/images/aquasec/kube-hunter "Get your own image badge on microbadger.com") @@ -14,9 +14,9 @@ kube-hunter hunts for security weaknesses in Kubernetes clusters. The tool was d **Explore vulnerabilities**: The kube-hunter knowledge base includes articles about discoverable vulnerabilities and issues. When kube-hunter reports an issue, it will show its VID (Vulnerability ID) so you can look it up in the KB at https://aquasecurity.github.io/kube-hunter/ -**Contribute**: We welcome contributions, especially new hunter modules that perform additional tests. If you would like to develop your modules please read [Guidelines For Developing Your First kube-hunter Module](https://github.com/aquasecurity/kube-hunter/blob/master/CONTRIBUTING.md). +**Contribute**: We welcome contributions, especially new hunter modules that perform additional tests. If you would like to develop your modules please read [Guidelines For Developing Your First kube-hunter Module](https://github.com/aquasecurity/kube-hunter/blob/main/CONTRIBUTING.md). -[![kube-hunter demo video](https://github.com/aquasecurity/kube-hunter/blob/master/kube-hunter-screenshot.png)](https://youtu.be/s2-6rTkH8a8?t=57s) +[![kube-hunter demo video](https://github.com/aquasecurity/kube-hunter/blob/main/kube-hunter-screenshot.png)](https://youtu.be/s2-6rTkH8a8?t=57s) Table of Contents ================= @@ -176,7 +176,7 @@ The example `job.yaml` file defines a Job that will run kube-hunter in a pod, us * View the test results with `kubectl logs ` ## Contribution -To read the contribution guidelines, Click here +To read the contribution guidelines, Click here ## License -This repository is available under the [Apache License 2.0](https://github.com/aquasecurity/kube-hunter/blob/master/LICENSE). +This repository is available under the [Apache License 2.0](https://github.com/aquasecurity/kube-hunter/blob/main/LICENSE). diff --git a/docs/_config.yml b/docs/_config.yml index 6ba00d6..eb68192 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,6 @@ title: kube-hunter description: Kube-hunter hunts for security weaknesses in Kubernetes clusters -logo: https://raw.githubusercontent.com/aquasecurity/kube-hunter/master/kube-hunter.png +logo: https://raw.githubusercontent.com/aquasecurity/kube-hunter/main/kube-hunter.png show_downloads: false google_analytics: UA-63272154-1 theme: jekyll-theme-minimal