
PKarthick825822 (Community Member) asked a question.
I tried all the possible ways to interact with the wrapper but I can't able to make it work.
Can someone please provide reference docs if any.

PKarthick825822 (Community Member) asked a question.
Ask the Community
Get answers, share a use case, discuss your favorite features, or get input from the community.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
.png)
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Hello @PKarthick825822 (Community Member) ,
Thank you for reaching out to the Community.
There is a good reference on the Help Center that I feel will be helpful for you to follow and the prerequisites.
https://docs.veracode.com/r/t_importflaws
Kind regards,
Steven
Veracode Support Engineer
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'