Update Invoke-BlackDuckDetect.ps1

This commit is contained in:
MPraveenBabu 2022-01-20 12:18:34 +05:30 committed by GitHub
parent 3fbffa474e
commit 05ca39619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
param(
$ProjectName = "EDI-FoundationLayer",
$ProjectName = "edifoundation-oauth2proxy",
$ProjectVersionName = "1.0",
$SourcePath,
$BlackduckUrl = "https://blackduck.philips.com/",
@ -18,4 +18,4 @@ $detectScriptLocal = "$PSScriptRoot\detect.ps1"
Invoke-WebRequest -Uri $detectScriptUrl -Method Get -OutFile $detectScriptLocal
Import-Module $detectScriptLocal
Detect --detect.project.name=$ProjectName --detect.project.version.name=$ProjectVersionName --detect.source.path=$SourcePath --blackduck.url=$BlackduckUrl --blackduck.trust.cert=true --blackduck.api.token=$ApiToken --blackduck.proxy.host=$ProxyHost --blackduck.proxy.port=$ProxyPort --blackduck.proxy.ignored.hosts=$ProxyIgnoreHosts --detect.blackduck.signature.scanner.individual.file.matching=ALL --detect.detector.search.depth=6
Detect --detect.project.name=$ProjectName --detect.project.version.name=$ProjectVersionName --detect.source.path=$SourcePath --blackduck.url=$BlackduckUrl --blackduck.trust.cert=true --blackduck.api.token=$ApiToken --blackduck.proxy.host=$ProxyHost --blackduck.proxy.port=$ProxyPort --blackduck.proxy.ignored.hosts=$ProxyIgnoreHosts --detect.blackduck.signature.scanner.individual.file.matching=ALL --detect.detector.search.depth=6