diff --git a/.github/workflows/ubuntu-maven.yml b/.github/workflows/ubuntu-maven.yml index 12fc194a..526a9c21 100644 --- a/.github/workflows/ubuntu-maven.yml +++ b/.github/workflows/ubuntu-maven.yml @@ -111,14 +111,6 @@ jobs: run: | mvn -B -V -fae -Dmaven.test.skip=true clean deploy --settings .github/maven-settings.xml - - name: 'Deploy SBOM' - uses: DependencyTrack/gh-upload-sbom@v3 - with: - serverhostname: ${{ secrets.DEPENDENCY_TRACK_HOSTNAME }} - apikey: ${{ secrets.DEPENDENCY_TRACK_APIKEY }} - project: 'f22983c2-33f3-4303-9682-f31f7492501b' - bomfilename: 'target/bom.xml' - cleanup: name: 'Maven cache cleanup'