Skip to content

Commit d25d09e

Browse files
committed
feat: attach bom file to job
1 parent a7f7c20 commit d25d09e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/track_dependencies.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ jobs:
2525
- name: Track dependencies
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: ./gradlew cyclonedxBom
28+
run: ./gradlew cyclonedxBom
29+
- name: Upload CycloneDX BOM
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: cosmotech-api-bom
33+
path: build/reports/cosmotech-api-bom.xml
34+
overwrite: true

0 commit comments

Comments
 (0)