From 95c2e34794a73fbfb758c5cd0148a6432b438c77 Mon Sep 17 00:00:00 2001 From: Jesus Garcia Date: Tue, 11 Feb 2025 08:56:58 -0500 Subject: [PATCH] Update references of 'master' branch to 'main' --- .github/workflows/trivy-dashboard.yml | 2 +- .github/workflows/trivy-indexer.yml | 2 +- .github/workflows/trivy-manager.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/trivy-dashboard.yml b/.github/workflows/trivy-dashboard.yml index 8bc2decfd..1731c8094 100644 --- a/.github/workflows/trivy-dashboard.yml +++ b/.github/workflows/trivy-dashboard.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/.github/workflows/trivy-indexer.yml b/.github/workflows/trivy-indexer.yml index 3582e21dd..3bceea3b2 100644 --- a/.github/workflows/trivy-indexer.yml +++ b/.github/workflows/trivy-indexer.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/.github/workflows/trivy-manager.yml b/.github/workflows/trivy-manager.yml index 18bdf1b88..686e2e2c2 100644 --- a/.github/workflows/trivy-manager.yml +++ b/.github/workflows/trivy-manager.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/README.md b/README.md index c49c20bca..1c23f26cb 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ WAZUH_MONITORING_REPLICAS=0 ## ## Branches -* `master` branch contains the latest code, be aware of possible bugs on this branch. +* `main` branch contains the latest code, be aware of possible bugs on this branch. * `stable` branch corresponds to the last Wazuh stable version. ## Compatibility Matrix