Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>VeracodePackager
VeracodePackager

VeracodePackager

RobBot

|
12 installs
| (0) | Free
VeracodePacakger outputs a zip archine containing the necessary files for a Veracode SCA scan.
Get it free

VeracodePackager

VeracodePacakger outputs a zip archine containing the necessary files for a Veracode SCA scan.

YAML example


- task: veracodepackager@0
  displayName: VeracodePackager
  inputs:
    target: '$(Build.Repository.LocalPath)/src/App/bin/Release/net6.0/publish' # REQUIRED # 
    output: '$(Build.Repository.LocalPath)/veracode/app.scan.zip' # REQUIRED # The full path and filename for the output archive.
    platform: 'Dotnet' # The targeted application platform. Valid values are: Dotnet, DotnetFramework
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft