Skip to content

Commit

Permalink
Update build workflow to include plugins hashes into VERSION.json
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Feb 25, 2025
1 parent 4dd9dda commit 5b09f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,9 @@ jobs:
bash build-scripts/assemble.sh \
-a ${{ matrix.architecture }} \
-d ${{ matrix.distribution }} \
-r ${{ inputs.revision }}
-r ${{ inputs.revision }} \
-l ${{ needs.build-wazuh-plugins.outputs.hash }} \
-e ${{ needs.build-reporting-plugin.outputs.hash }}
- name: Test RPM package
if: ${{ matrix.distribution == 'rpm' }}
Expand Down

0 comments on commit 5b09f56

Please sign in to comment.