We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6645e09 commit a9da584Copy full SHA for a9da584
.gitignore
@@ -6,4 +6,5 @@ obj
6
src/wwwroot/js
7
_temp
8
bom.xml
9
-verification
+verification
10
+_BuildResult*
sbom/Create-SBOM.ps1
@@ -24,7 +24,7 @@ dotnet tool install cyclonedx --tool-path $tempPath
24
25
# 2.b create nuget bom
26
$cyclonDxToolPath = Join-Path $tempPath "dotnet-CycloneDX.exe"
27
-& "${cyclonDxToolPath}" --output "${tempPath}" -f "nuget.bom.xml" --exclude-dev ..\src\DemoExample.csproj
+& "${cyclonDxToolPath}" --output "${tempPath}" -f "nuget.bom.xml" --exclude-dev src\DemoExample.csproj
28
29
# 3 Create NPM SBOM
30
$packageJsonPath = Join-Path $PSScriptRoot ".." "src" "package.json"
0 commit comments