diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c7d32e9f..b6496cb1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -50,14 +50,15 @@ jobs: - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v5 if: github.event_name != 'pull_request' - - name: Create CBOM - uses: cbomkit/cbomkit-action@v2.2.0 - id: cbom - # Persist CBOM after a job has completed and share - # that CBOM with another job in the same workflow. - - name: Commit changes to new branch - uses: actions/upload-artifact@v7 - with: - name: "CBOM" - path: ${{ steps.cbom.outputs.pattern }} - if-no-files-found: warn + # TEMPORARIIY DISABLED + # - name: Create CBOM + # uses: cbomkit/cbomkit-action@v2.2.0 + # id: cbom + # # Persist CBOM after a job has completed and share + # # that CBOM with another job in the same workflow. + # - name: Commit changes to new branch + # uses: actions/upload-artifact@v7 + # with: + # name: "CBOM" + # path: ${{ steps.cbom.outputs.pattern }} + # if-no-files-found: warn