-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Title
I can't override the DoNotOpenOutputFolder or pass the Verbose param.
Description
Furthermore the new version 0.9.12 does not write anything to the output logs anymore.
Steps to reproduce
- task: ADOSecurityScanner@1
inputs:
AzureDevOpsConnectionName: 'atr_azsk'
DoNotOpenOutputFolder: $false
Verbose: $true
OrgName: 'orgName'
ProjectNames: ''
ServiceConnectionNames: ''
Get-AzSKAzureDevOpsSecurityStatus -OrganizationName "aaaga" -DoNotOpenOutputFolder -PATToken System.Security.SecureString -ProjectNames "*" -ServiceConnectionNames "*" -UBCExpected behavior
I want to be able to specify true/false for DoNotOpenOutputFolder/Verbose
I want to see the logs being written to the output folder.
Actual behavior
Metadata
Metadata
Assignees
Labels
No labels