mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-11 18:44:00 -06:00
Fix permissions for job 'call-build-workflow' (#492)
* Fix permissions for job 'call-build-workflow' * Add changelog entry
This commit is contained in:
parent
56f0bf3f62
commit
9f93f2fb55
@ -32,6 +32,8 @@ jobs:
|
|||||||
base_branch: ${{ github.event.repository.default_branch }}
|
base_branch: ${{ github.event.repository.default_branch }}
|
||||||
|
|
||||||
call-build-workflow:
|
call-build-workflow:
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
needs: modified-plugins
|
needs: modified-plugins
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Improve ECS folder structure [(#473)](https://github.com/wazuh/wazuh-indexer-plugins/pull/473)
|
- Improve ECS folder structure [(#473)](https://github.com/wazuh/wazuh-indexer-plugins/pull/473)
|
||||||
|
- Fix permissions for job 'call-build-workflow' [(#492)](https://github.com/wazuh/wazuh-indexer-plugins/pull/492)
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
- Reduce risk of GITHUB_TOKEN exposure [(#484)](https://github.com/wazuh/wazuh-indexer-plugins/pull/484)
|
- Reduce risk of GITHUB_TOKEN exposure [(#484)](https://github.com/wazuh/wazuh-indexer-plugins/pull/484)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user