简体   繁体   中英

Integrating with JFrog XRay

On this page: https://www.jfrog.com/confluence/display/XRAY/Integrations , the XRay documentation discusses how to integrate XRay with other third-party vulnerability providers. At the bottom of the page it also talks about how to integrate with a custom provider. But, I can't find any documentation about how to write a service that allows XRay to pull vulnerability data from my service. What interface does it expect from a custom vulnerability provider? Can anyone point me to the appropriate documentation?

The documentation is on the page you referred to, under the Adding a Custom Integration header.

In order to create a custom integration, the REST service you build needs to have two endpoints:

1) /api/checkauth (a GET operation to validate a specific API key is valid or not) 2) <your api path> (a GET operation to retrieve the actual contents)

For both operations the page lists sample requests and responses.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM