Skip to content

Commit 77096b4

Browse files
authored
Merge pull request #1034 from Cosmo-Tech/DSE/send_sbom_PROD-14606
Dse/send SBOM prod 14606
2 parents 31966aa + 61e2fd6 commit 77096b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/track_dependencies.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,11 @@ jobs:
3030
with:
3131
name: cosmotech-api-bom
3232
path: build/reports/cosmotech-api-bom.xml
33-
overwrite: true
33+
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

Comments
 (0)