We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31966aa + 61e2fd6 commit 77096b4Copy full SHA for 77096b4
.github/workflows/track_dependencies.yml
@@ -30,4 +30,11 @@ jobs:
30
with:
31
name: cosmotech-api-bom
32
path: build/reports/cosmotech-api-bom.xml
33
- overwrite: true
+ overwrite: true
34
+ - name: Upload cyclonedx bom to dependency
35
+ uses: DependencyTrack/gh-upload-sbom@v3
36
+ with:
37
+ serverhostname: ${{ secrets.DEPENDENCY_TRACK_SERVER_HOSTNAME }}
38
+ apikey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
39
+ project: '50a4ad6a-638b-4d7e-9d8e-0310efa85ab9'
40
+ bomfilename: 'build/reports/cosmotech-api-bom.xml'
0 commit comments