• PKarthick825822 (Community Member)

      Thanks for writing back for my query.

      I already configure the the pipeline to pull the flaws from veracode to our devops board. There is no issue doing that and the documentation explains those steps clearly.

       

      In our scan we having High, Medium and Low severity.

       

      for an instance, in our last scan we got

      10 Medium severity

      3 high severity

      30 low severity

       

      Now as per our company policy we need to close the Medium and high severity with high priority.

      In order to make it, we need to filter the flaws only Medium & High to bring to our Azure board.

       

      Can you suggest what need to add in the below script to filter the flaws.

       

      Here's our pipeline reference :

      - task: Veracode Flaw Importer@3

        inputs:

          ConnectionDetailsSelection: 'Endpoint'

          AnalysisService: 'cmserviceapi'

          veracodeAppProfile: 'ApplicationName'

          sandboxName: 

          importType: All Unmitigated Flaws

          workItemType: Bug

          area: 'Architect Team'

          overwriteAreaPathInWorkItemsOnImport: true

          addCustomTag: ${{paramters.customTag}}

          flawImportLimit: '1000'

          addCweAsATag: true

          proxySettings: '-phost ilxy -pport 8080'

       

       

       

      Expand Post

Topics (3)

No articles found
Loading

Ask the Community

Get answers, share a use case, discuss your favorite features, or get input from the community.