-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update FoD scan status polling to use internal REST API #526
Comments
Since this API needs both a Scan and Release Id to work we cannot update
but this API is only really designed for one scan id, for multiple scans the API would need to called multiple times! The response from this API also has different names, e.g.:
In this |
Thanks for looking into this. It's unfortunate that this endpoint also requires release id, maybe we should ask FoD team why there's no For the time being, maybe we could:
Do you think this would work? Please let me know if you need any assistance/updates to the generic |
fix: `fcli ssc appversion create`: Command will now fail instead of creating uncommitted application version if the application version specified on `--copy-from` option does not exist fix: FoD: Update `wait-for` commands to use internal API (closes #526, #500) feat: Add `fcli config public-key` commands for managing trusted public keys feat: Add `fcli fod issue list` command feat: Add `fcli ssc issue list` command feat: Add `fcli ssc action` commands for running a variety of yaml-based actions feat: Add `fcli fod action` commands for running a variety of yaml-based actions feat: Migrate FortifyVulnerabilityExporter functionality to yaml-based fcli actions feat: Add actions for generating BitBucket, GitHub, GitLab, SARIF and SonarQube vulnerability reports feat: Add actions for generating application version/release summary feat: Add preview actions for generating GitHub Pull Request comments feat: Add sample actions for checking security policy criteria
The current implementation of FoD API has intermittent failure if polling status of scan via id for first few seconds/minutes (see #500). The FoD API plugins use an "internal" REST API to retrieve the scan status as follows:
We should update
wait-for
commands to use this internal API and re-test to see if this is a better solution.The text was updated successfully, but these errors were encountered: