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

doc: Update RELEASING.md to include how to generate the mongocli SBOM #2811

Closed
wants to merge 1 commit into from

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

Jira ticket: CLOUDP-#

Closes #[issue number]

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation in document requirements section listed in CONTRIBUTING.md (if appropriate)
  • I have addressed the @mongodb/docs-cloud-team comments (if appropriate)
  • I have updated test/README.md (if an e2e test has been added)
  • I have run make fmt and formatted my code

Further comments

@andreaangiolillo andreaangiolillo requested a review from a team as a code owner March 26, 2024 10:18
## MongoCLI Binary
We use `go version` to generate the SBOM for MongoCLI binaries. You can generate the SBOM via the following command:
```bash
go version -m <path_to_MongoCLI_binary>
Copy link
Collaborator

@gssbzn gssbzn Mar 26, 2024

Choose a reason for hiding this comment

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

Suggested change
go version -m <path_to_MongoCLI_binary>
# assuming mongocli is available in the PATH
go version -m $(which mongocli)

@@ -67,6 +67,11 @@ We use `go version` to generate the SBOM for Atlas CLI binaries. You can generat
go version -m <path_to_atlasCLI_binary>
```

## MongoCLI Binary
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this is already documented in the mongocli branch https://github.com/mongodb/mongodb-atlas-cli/blob/mongocli-master/RELEASING.md

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ah thanks!

@andreaangiolillo andreaangiolillo deleted the andreaangiolillo-patch-1 branch March 26, 2024 10:22
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.

None yet

3 participants