diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a8199a10..0db72d2a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,2 @@ -contact_links: - - name: OpenSearch Community Support - url: https://discuss.opendistrocommunity.dev/ - about: Please ask and answer questions here. - - name: AWS/Amazon Security - url: https://aws.amazon.com/security/vulnerability-reporting/ - about: Please report security vulnerabilities here. \ No newline at end of file +# disable blank issue creation +blank_issues_enabled: false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f0fd2d1..da6bf4f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -irun-name: Build ${{ inputs.plugin }} plugin | ${{ inputs.id }} +run-name: Build Wazuh Indexer Reporting plugin name: Build packages # This workflow runs when any of the following occur: @@ -68,19 +68,6 @@ jobs: working-directory: ./plugins/${{ inputs.plugin }} run: ./gradlew build -Dversion=${{ steps.version.outputs.version }} -Drevision=${{ inputs.revision }} - # - name: Test RPM package - # if: ${{ matrix.distribution == 'rpm' }} - # uses: addnab/docker-run-action@v3 - # with: - # image: redhat/ubi9:latest - # options: -v ${{ github.workspace }}/artifacts/dist:/artifacts/dist - # run: | - # yum localinstall "/artifacts/dist/${{ steps.package.outputs.name }}" -y - - # - name: Test DEB package - # if: ${{ matrix.distribution == 'deb' }} - # run: | - # sudo dpkg -i "artifacts/dist/${{ steps.package.outputs.name }}" - name: Upload artifact uses: actions/upload-artifact@v4