Skip to content

Commit

Permalink
change backslash in dep-track.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romano-kontent authored and pokornyd committed Oct 23, 2023
1 parent d108042 commit 9ab903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep-track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install CycloneDX
run: dotnet tool install --global CycloneDX
- name: Create SBOM
run: dotnet CycloneDX .\Kontent.Ai.Delivery.sln -o ./cyclone
run: dotnet CycloneDX ./Kontent.Ai.Delivery.sln -o ./cyclone
- name: Upload SBOM
uses: DependencyTrack/[email protected]
with:
Expand Down

0 comments on commit 9ab903e

Please sign in to comment.