Skip to content

Commit

Permalink
verwijder sbom upload; deze functie wordt gedekt door github
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Dec 17, 2024
1 parent 2e1fdbc commit f259779
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ubuntu-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f259779

Please sign in to comment.