mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-11 02:29:20 -06:00
Fix 6_builderpackage_plugins_onpush.yml (#508)
* Fix on push workflow and rename the workflows * Fix error with the new name * Add changelog entry and fix documentation
This commit is contained in:
parent
a5683bd67d
commit
b601b9ec62
@ -32,16 +32,18 @@ jobs:
|
|||||||
# Step to find which project folder contains modified files
|
# Step to find which project folder contains modified files
|
||||||
- name: Detect modified plugins
|
- name: Detect modified plugins
|
||||||
id: detect_changes
|
id: detect_changes
|
||||||
uses: ./.github/actions/5_codeanalysis_detect_modified_plugins
|
uses: ./.github/actions/6_codeanalysis_detect_modified_plugins
|
||||||
with:
|
with:
|
||||||
base_branch: ${{ env.base_branch }}
|
base_branch: ${{ env.base_branch }}
|
||||||
|
|
||||||
call-build-workflow:
|
call-build-workflow:
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
needs: modified-plugins
|
needs: modified-plugins
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
project: ${{ fromJSON(needs.modified-plugins.outputs.projects) }}
|
project: ${{ fromJSON(needs.modified-plugins.outputs.projects) }}
|
||||||
uses: ./.github/workflows/5_builderpackage_plugins.yml
|
uses: ./.github/workflows/6_builderpackage_plugins.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
id: ${{ github.ref }}
|
id: ${{ github.ref }}
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
# Step to find which project folder contains modified files
|
# Step to find which project folder contains modified files
|
||||||
- name: Detect modified plugins
|
- name: Detect modified plugins
|
||||||
id: detect_changes
|
id: detect_changes
|
||||||
uses: ./.github/actions/5_codeanalysis_detect_modified_plugins
|
uses: ./.github/actions/6_codeanalysis_detect_modified_plugins
|
||||||
with:
|
with:
|
||||||
base_branch: ${{ github.event.repository.default_branch }}
|
base_branch: ${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
@ -67,6 +67,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Fix unauthorized request to the Command Manager API [(#394)](https://github.com/wazuh/wazuh-indexer-plugins/pull/394)
|
- Fix unauthorized request to the Command Manager API [(#394)](https://github.com/wazuh/wazuh-indexer-plugins/pull/394)
|
||||||
- Fix Vagrant test environment certificates [(#424)](https://github.com/wazuh/wazuh-indexer-plugins/pull/424)
|
- Fix Vagrant test environment certificates [(#424)](https://github.com/wazuh/wazuh-indexer-plugins/pull/424)
|
||||||
- Fix arguments for the Content Manager's `update` command [(#441)](https://github.com/wazuh/wazuh-indexer-plugins/pull/441)
|
- Fix arguments for the Content Manager's `update` command [(#441)](https://github.com/wazuh/wazuh-indexer-plugins/pull/441)
|
||||||
|
- Fix `6_builderpackage_plugins_onpush.yml` [(#508)](https://github.com/wazuh/wazuh-indexer-plugins/pull/508)
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
- Reduce risk of GITHUB_TOKEN exposure[(#485)](https://github.com/wazuh/wazuh-indexer-plugins/pull/485)
|
- Reduce risk of GITHUB_TOKEN exposure[(#485)](https://github.com/wazuh/wazuh-indexer-plugins/pull/485)
|
||||||
|
|||||||
@ -5,10 +5,10 @@
|
|||||||
[](https://groups.google.com/forum/#!forum/wazuh)
|
[](https://groups.google.com/forum/#!forum/wazuh)
|
||||||
[](https://wazuh.com/community/join-us-on-slack)
|
[](https://wazuh.com/community/join-us-on-slack)
|
||||||
[](https://documentation.wazuh.com)
|
[](https://documentation.wazuh.com)
|
||||||
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/5_builderpackage_templates.yml)
|
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/6_builderpackage_templates.yml)
|
||||||
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/5_builderpackage_docs.yml)
|
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/6_builderpackage_docs.yml)
|
||||||
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/5_builderpackage_plugins.yml)
|
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/6_builderpackage_plugins.yml)
|
||||||
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/5_testintegration_gradlecheck.yml)
|
[](https://github.com/wazuh/wazuh-indexer-plugins/actions/workflows/6_testintegration_gradlecheck.yml)
|
||||||
|
|
||||||
- [Welcome!](#welcome)
|
- [Welcome!](#welcome)
|
||||||
- [Project Resources](#project-resources)
|
- [Project Resources](#project-resources)
|
||||||
|
|||||||
@ -66,4 +66,4 @@ Arguments:
|
|||||||
|
|
||||||
The script will stop if the credentials are not set, or if any of the required parameters are not provided.
|
The script will stop if the credentials are not set, or if any of the required parameters are not provided.
|
||||||
|
|
||||||
This script is used in the `5_builderpackage_docker.yml` **GitHub Workflow**, which is used to automate the process even more. When possible, **prefer this method**.
|
This script is used in the `6_builderpackage_docker.yml` **GitHub Workflow**, which is used to automate the process even more. When possible, **prefer this method**.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user