
lucas.ferreira (M3Corp) asked a question.
Hello Dears,
I need to do an integration in my CI/CD pipeline to start a DAST in an API. I know that on docs we have a very helpful examples to do in Web Apps but I couldn't see any example how we can trigger a dynamic scan in APIs specification.
Anyone have examples or explanation how can I do this?
Thank you!
.png)
Hello @lucas.ferreira (M3Corp),
Thank you for reaching out to the Community.
With this issue, I would suggest that you please open a support ticket for our integrations team to work with you on this.
Simply click on your profile on the top right side of the screen and select "Contact Support". Or click on the link below.
https://community.veracode.com/s/contact-support
Kind regards,
Steven
Veracode Support Engineer
hello @Steven D., Veracode Support (Veracode) I reviewed the docs and the recomendation is to use the http --auth-type=veracode_hmac POST "https://api.veracode.com/was/configservice/v1/analyses?scan_type=API_SCAN" < input.json
but my doubt is how can we configure that input.json. What information we need. Some examples would be good