Skip to content
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

Add support for specifying timeout and check interval in SBOM uploads #9

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

takumakume
Copy link
Owner

Ref: #8

Add some options:

  • --dtrack-client-timeout Dependency Track client timeout seconds (default 10)
    • New option to override default value
  • --sbom-upload-check-interval-sec Interval seconds to check for completion of SBOM upload of Dependency Track (default 1)
    • New option to override default value
  • --sbom-upload-timeout-sec Seconds to timeout waiting for completion of SBOM upload of Dependency Track (default 30)
    • Until now, there was no limit to the time between uploading SBOM and confirming completion. From now on, 30 seconds will be the default value, and you can specify it as an option.

@takumakume takumakume merged commit 34e25f0 into main Dec 5, 2023
1 check passed
@takumakume takumakume deleted the add-timeout branch December 5, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant