Dependency submission is not retried after GitHub HTTP error
Open
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 117
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 11
Description
In case GitHub [responds with 503](https://github.com/503), the dependency submission silently fails and the SBOM is not published:
```
Warning: Failed to generate-and-submit dependency graph. Will continue.
HttpError: Dependency submission failed for ../../_temp/setup-gradle/build_publish-build-2.json.
```
Could we introduce a retry mechanism for that? Or at least fail the build instead of ignoring silently?
Contributor guide
Assessment
This issue has not been assessed yet.