Skip to content

Commit ab60b13

Browse files
fix: update CycloneDX command line arguments.
1 parent 5bbf457 commit ab60b13

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
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet tool install --global CycloneDX --version 5.4.0
4545

4646
- name: Generate SBOM
47-
run: dotnet CycloneDX MdTerm.csproj -o ./publish --filename-prefix sbom-
47+
run: dotnet CycloneDX MdTerm.csproj -o ./publish --filename sbom-bom.xml
4848

4949
- name: Upload artifact
5050
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)