jenkinsci / fortify-on-demand-uploader-plugin

Fortify on Demand Uploader
https://plugins.jenkins.io/fortify-on-demand-uploader/
8 stars 37 forks source link

Migrate API calls to V3 and add automatic entitlement ID logic #5

Closed ryancblack closed 8 years ago

ryancblack commented 8 years ago

All calls should move to V3. Endpoints are generally very similar, excluding the need to specify entitlement ID on starting a scan.

This change allows manual specification of the desired entitlement to spend for a scan, but requires logic to automatically select one when needed.

This is done on the legacy endpoints by:

https://api.hpfod.com/swagger/ui/index

mtgibbs commented 8 years ago

https://github.com/jenkinsci/fortify-on-demand-uploader-plugin/pull/12 addresses the V3 migration, but still makes the user specify the entitlement ID that they wish to use.

mtgibbs commented 8 years ago

12 merged. Let's track and open a new issue for future enhancements regarding entitlement usage.