Resolving conflicts

This commit is contained in:
vcerenu
2025-05-27 14:09:31 -03:00
18 changed files with 203 additions and 37 deletions

2
.github/.goss.yaml vendored
View File

@@ -56,7 +56,7 @@ package:
wazuh-manager:
installed: true
versions:
- 4.12.2
- 4.13.0
port:
tcp:1514:
listening: true

View File

@@ -6,11 +6,10 @@ on:
inputs:
image_tag:
description: 'Docker image tag'
default: '4.12.2'
default: '4.13.0'
required: true
docker_reference:
description: 'wazuh-docker reference'
default: 'v4.12.2'
required: true
products:
description: 'Comma-separated list of the image names to build and push'
@@ -42,12 +41,11 @@ on:
inputs:
image_tag:
description: 'Docker image tag'
default: '4.12.2'
default: '4.13.0'
required: true
type: string
docker_reference:
description: 'wazuh-docker reference'
default: 'v4.12.2'
required: false
type: string
products:

View File

@@ -11,8 +11,7 @@ on:
- published
pull_request:
branches:
- master
- stable
- main
schedule:
- cron: '34 2 * * 1'
workflow_dispatch:

View File

@@ -11,8 +11,7 @@ on:
- published
pull_request:
branches:
- master
- stable
- main
schedule:
- cron: '34 2 * * 1'
workflow_dispatch:

View File

@@ -11,8 +11,7 @@ on:
- published
pull_request:
branches:
- master
- stable
- main
schedule:
- cron: '34 2 * * 1'
workflow_dispatch: