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

Adds details on how to run a manual file integrity check #25

Merged
merged 7 commits into from
Jun 15, 2022

Conversation

nickfloyd
Copy link
Contributor

What

What change does your pull request propose? ✨

Adds details on how to check the files that are packed in the gem to help anyone who intends on releasing this make sure they are building and releasing this as intended.

This adds a script that is executed when the release or package scripts are run to naively check the permissions of the files in the gem - just as a safe guard.

Hopefully, we'll be able to automate this, but for now, if anyone tries to release from something like a code space, for instance, then the gem will be released with world writeable files. We need to make sure that this is verified before release.

@nickfloyd nickfloyd merged commit abed2b8 into master Jun 15, 2022
@nickfloyd nickfloyd deleted the updates-release-steps-checks branch June 15, 2022 20:03
@nickfloyd nickfloyd added Type: Documentation Improvements or additions to documentation Type: Feature New feature or request and removed docs-and-samples labels Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Improvements or additions to documentation Type: Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants