diff --git a/.github/workflows/submit-sbom.yml b/.github/workflows/submit-sbom.yml index ece854f93..70b7d75a4 100644 --- a/.github/workflows/submit-sbom.yml +++ b/.github/workflows/submit-sbom.yml @@ -19,7 +19,7 @@ jobs: # generation command documentation: https://github.com/microsoft/sbom-tool#sbom-generation run: | Invoke-WebRequest -Uri "https://github.com/microsoft/sbom-tool/releases/latest/download/sbom-tool-win-x64.exe" -OutFile "sbom-tool.exe" - sbom-tool.exe generate -b . -bc . -pn $ -pv 1.0.0 -ps OwnerName -nsb https://sbom.test.com -V Verbose + .\sbom-tool.exe generate -b . -bc . -pn $ -pv 1.0.0 -ps OwnerName -nsb https://sbom.test.com -V Verbose - uses: actions/upload-artifact@v4 with: name: sbom