Merge pull request #2569 from wazuh/change/2461-add-security-parameters-on-workflows

Add explicit permissions on workflows
This commit is contained in:
Gonzalo Acuña
2026-08-04 11:32:37 -03:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
@@ -213,6 +213,10 @@ jobs:
notify:
runs-on: codebuild-github-actions-codebuild-runner-devops-amd-${{ github.run_id }}-${{ github.run_attempt }}
permissions:
contents: read
needs: [setup, build-and-push]
# Only run if NOT dev AND all products were selected
if: ${{ inputs.dev == false && needs.setup.outputs.ALL_PRODUCTS_SELECTED == 'true' }}
+3
View File
@@ -12,6 +12,9 @@ on:
- 'wazuh-agent/**'
- '.github/**'
permissions:
contents: read
env:
ARTIFACTS_LOCAL_DIR: /home/runner/work/wazuh-docker/wazuh-docker/docker-images
ARTIFACT_NAMES: |
+1
View File
@@ -9,6 +9,7 @@
| Issue | Comment |
| - | - |
| [#2461](https://github.com/wazuh/wazuh-docker/issues/2461) | Added explicit `permissions` blocks to the 4.x workflows to restrict the `GITHUB_TOKEN` scope |
### Removed