From c1565a55533187adb7043852908e819d3aeb243d Mon Sep 17 00:00:00 2001 From: Jesus Garcia Date: Tue, 18 Mar 2025 11:13:03 -0500 Subject: [PATCH] Remove 'stable' branch ocurrencies --- .github/workflows/trivy-dashboard.yml | 3 +-- .github/workflows/trivy-indexer.yml | 3 +-- .github/workflows/trivy-manager.yml | 3 +-- CHANGELOG.md | 3 +-- README.md | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/trivy-dashboard.yml b/.github/workflows/trivy-dashboard.yml index 4150fa6f..5239d93c 100644 --- a/.github/workflows/trivy-dashboard.yml +++ b/.github/workflows/trivy-dashboard.yml @@ -11,8 +11,7 @@ on: - published pull_request: branches: - - master - - stable + - main schedule: - cron: '34 2 * * 1' workflow_dispatch: diff --git a/.github/workflows/trivy-indexer.yml b/.github/workflows/trivy-indexer.yml index fe41399e..6f69f206 100644 --- a/.github/workflows/trivy-indexer.yml +++ b/.github/workflows/trivy-indexer.yml @@ -11,8 +11,7 @@ on: - published pull_request: branches: - - master - - stable + - main schedule: - cron: '34 2 * * 1' workflow_dispatch: diff --git a/.github/workflows/trivy-manager.yml b/.github/workflows/trivy-manager.yml index 1c8308b3..da75bcc7 100644 --- a/.github/workflows/trivy-manager.yml +++ b/.github/workflows/trivy-manager.yml @@ -11,8 +11,7 @@ on: - published pull_request: branches: - - master - - stable + - main schedule: - cron: '34 2 * * 1' workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index caddbbd9..0e955268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,13 @@ All notable changes to this project will be documented in this file. - Modify wazuh-keystore use ([#1750](https://github.com/wazuh/wazuh-docker/pull/1750)) \- (wazuh-keystore) - ### Fixed - None ### Deleted -- None +- Remove 'stable' branch ocurrencies ([#1757](https://github.com/wazuh/wazuh-docker/pull/1757)) ## [4.12.0] diff --git a/README.md b/README.md index 66d8d9f3..c7c3f0b2 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,7 @@ WAZUH_MONITORING_REPLICAS=0 ## ## Branches -* `master` branch contains the latest code, be aware of possible bugs on this branch. -* `stable` branch corresponds to the last Wazuh stable version. +* `main` branch contains the latest code, be aware of possible bugs on this branch. ## Compatibility Matrix