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

RUBY-3357 SSDLC Requirements #2880

Merged
merged 11 commits into from
Jul 1, 2024
Merged

Conversation

jamis
Copy link
Contributor

@jamis jamis commented Jun 21, 2024

This PR addresses the following issues:

  • RUBY-3357 "Incorporate static code analysis tooling into pre-release process"
  • RUBY-3449 "Integrate with Silk and generate SBOM documents for releases"
  • RUBY-3450 "Integrate static analysis for releases"
  • RUBY-3452 "Report authorized publication to distribution channels for releases"

With these working in the driver, it should be fairly straighforward to implement these in our other Ruby projects as well.

Comment on lines 7 to 10
dry_run:
description: Whether this is a dry run or not ("false" to deploy)
required: true
type: string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inputs for workflow_dispatch support a boolean type which will be rendered as a checkbox: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#providing-inputs

Consider this:

Suggested change
dry_run:
description: Whether this is a dry run or not ("false" to deploy)
required: true
type: string
dry_run:
description: Whether this is a dry run or not
required: true
type: boolean

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that's good to know! I'll give that a try.

This is so it gets rendered as a checkbox. We'll default it to `true` to avoid accidental releases.
@jamis jamis requested a review from alcaeus June 26, 2024 16:50
@jamis jamis merged commit de60b9e into mongodb:master Jul 1, 2024
279 of 305 checks passed
@jamis jamis deleted the 3357-sarif-integration branch July 1, 2024 22:08
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.

3 participants