diff --git a/.github/workflows/build-agent.yml b/.github/workflows/build-agent.yml index 8f522ac8ae3..b69bb13f9a8 100644 --- a/.github/workflows/build-agent.yml +++ b/.github/workflows/build-agent.yml @@ -123,7 +123,7 @@ jobs: image: shellhubio/agent:${{ env.RELEASE_VERSION }} format: cyclonedx-json output-file: sbom-agent-${{ env.RELEASE_VERSION }}.cdx.json - artifact-name: "" + upload-artifact: false - name: Upload SBOM artifact uses: actions/upload-artifact@v7 @@ -220,7 +220,7 @@ jobs: path: ./agent format: cyclonedx-json output-file: sbom-agent-source-${{ env.RELEASE_VERSION }}.cdx.json - artifact-name: "" + upload-artifact: false - name: Upload source SBOM artifact uses: actions/upload-artifact@v7 diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 693ed14b5de..39d645ecef6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -48,7 +48,7 @@ jobs: image: shellhubio/${{ matrix.project }}:${{ env.RELEASE_VERSION }} format: cyclonedx-json output-file: sbom-${{ matrix.project }}-${{ env.RELEASE_VERSION }}.cdx.json - artifact-name: "" + upload-artifact: false - name: Generate SBOM for '${{ matrix.project }}' source uses: anchore/sbom-action@v0 @@ -56,7 +56,7 @@ jobs: path: ${{ matrix.project }} format: cyclonedx-json output-file: sbom-${{ matrix.project }}-source-${{ env.RELEASE_VERSION }}.cdx.json - artifact-name: "" + upload-artifact: false - name: Upload SBOM artifacts uses: actions/upload-artifact@v7 @@ -128,7 +128,7 @@ jobs: image: registry.infra.ossystems.io/shellhub/api-enterprise:${{ env.RELEASE_VERSION }} format: cyclonedx-json output-file: sbom-api-enterprise-${{ env.RELEASE_VERSION }}.cdx.json - artifact-name: "" + upload-artifact: false - name: Upload SBOM artifact uses: actions/upload-artifact@v7