Skip to content

Commit dcdfb74

Browse files
authored
ci(sbom): fix dtrack upload (#1503)
1 parent 5c265d0 commit dcdfb74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
with:
493493
api_key: ${{ secrets.DTRACK_AUTOMATION_API_KEY }}
494494
autocreate: 'true'
495-
bom_filename: bom.xml
495+
bom_filename: bom.json
496496
project_name: devolutions-gateway
497497
project_version: ${{ needs.preflight.outputs.version }}
498498
server_hostname: 'dtrack-api.devolutions.com'

0 commit comments

Comments
 (0)