Skip to content

Commit 53a56be

Browse files
committed
DEBUG the SBOM tool workflow
1 parent e75a116 commit 53a56be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/sca-integration-sbom-tool.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ env:
1616
jobs:
1717
generate-and-load-sbom:
1818
runs-on: ubuntu-24.04
19-
# steps:
20-
# - uses: actions/checkout@v4
21-
19+
steps:
2220
- name: Setup .NET
2321
uses: actions/setup-dotnet@v4
2422
with:
@@ -47,5 +45,5 @@ jobs:
4745
- name: Upload SBOM artifact
4846
uses: actions/upload-artifact@v4
4947
with:
50-
name: sbom-tool-sbom
48+
name: sbom-tool-output
5149
path: sbom-output

0 commit comments

Comments
 (0)