serverless-plugin-git-variables
serverless-plugin-git-variables copied to clipboard
:zap: Expose git variables to serverless
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
This should be very useful feature to know who have something deployed for audit reasons. E.g. our use case is to distinguish if given service was deployed via Jenkins or...
Not sure if this is by design or not. But this is different than I was expecting, so if nothing else it might be worth mentioning this in the docs...
Hi, I just had some struggling around your pluging, it's still not working for my environment actualy for no reason. But I made some workaround and replace your `_exec` function:...
Extracting the repo name from the folder into which the git repo was cloned is dangerous. Mainly because the folder name can change. This is a more robust way of...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Helps fix https://github.com/jacob-meacham/serverless-plugin-git-variables/issues/28
I'm getting on occasion erratic failures like the following: ``` Error -------------------------------------------------- Command failed: git describe --always --tags For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable. Get...