We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359afe6 commit 368869dCopy full SHA for 368869d
.github/workflows/v11-used-build.yml
@@ -92,6 +92,7 @@ jobs:
92
cd ${{ github.workspace }}/plugins/o365; go build -o com.utmstack.o365.plugin -v .
93
cd ${{ github.workspace }}/plugins/sophos; go build -o com.utmstack.sophos.plugin -v .
94
cd ${{ github.workspace }}/plugins/stats; go build -o com.utmstack.stats.plugin -v .
95
+ cd ${{ github.workspace }}/plugins/soc-ai; go build -o com.utmstack.soc-ai.plugin -v .
96
97
- name: Build & Push Event Processor Image
98
run: |
0 commit comments