Hutson Betts
Hutson Betts
Re-posting the following enhancement suggestion from the previous GitLab project for `conventional-gitlab-releaser`: --- Posted by Marco Massarotto `@brokenmass`: This project, at the moment, publish the change log by CREATING a...
I apologize for spamming #14 So I believe my issue was a result of the unit tests operating under the assumption that I have access to a repository called `stevemaotest/conventional-github-releaser-test`....
Modify `conventional-gitlab-releaser` to assign the changelog/release notes to the `message` property so that the release notes are used as the tag annotation. There's some interest within the GitLab community to...
Re-posting the following enhancement suggestion from the previous GitLab project for `conventional-gitlab-releaser`: --- Alexander Kachkaev `@kachkaev`: It would be nice if there was some transform function for the message field,...
Re-posting the following enhancement suggestion from the previous GitLab project for `conventional-gitlab-releaser`: --- Alexander Kachkaev `@kachkaev`: At the moment tagname [is hardcoded](https://gitlab.com/hyper-expanse/conventional-gitlab-releaser/blob/master/index.js#L79) to have a format of `D.D.D`. It would...
I've been trying to be good at only pulling Docker images that have been cryptographically signed by setting the `DOCKER_CONTENT_TRUST` environment variable. In the case of pulling NodeJS images, everything...
Docker's _Security_ guide has a [Conclusions](https://docs.docker.com/engine/security/security/#conclusions) section that recommends, for added security, configuring a non-root user. For example, all `node` images have a `node` user that can be accessed by...
I'm under the impression that we should be using [node-codecov](https://github.com/codecov/codecov-node) from now on when publishing coverage reports to codecov.io. Therefore, to prevent confusion within the Node community can this project...
We are currently using `actions-sync` to keep our GHES `actions` org in-sync with the public `actions` org. Could we please have a flag that allows us to just sync the...