-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FoD: Add command for downloading FPR #423
Comments
Rudimentary implementation in a918cda. To-do's:
|
For now, fcli will need to assume a 2-year retention period; if last scan date is older than 2 years, then fcli will need to throw an error instead of trying to invoke the Structuring of the commands is subject to ongoing discussion. For OSS/SBOM, there are separate endpoints; |
…solves fortify#445) fix: FoD: Decide on command structure for managing scans (resolves fortify#435) fix: FoD: Add command for downloading FPR (resolved fortify#423)
…d check for last scan being over 2 years chore: FoD: updated tests for refactored commands
The check for last scan date has been added. I also looked at adding a |
Add
fcli fod release download-fpr --scan-type <type> -f <file>
or similar command.The text was updated successfully, but these errors were encountered: