aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
206 stars 33 forks source link

fix passphrase issue #343

Closed amitgalitz closed 2 years ago

amitgalitz commented 2 years ago

Signed-off-by: Amit Galitzky amgalitz@amazon.com

Description of changes: Main change in this PR fixes an issue with the GPG passphrase not being read correctly which was only discovered after running this through Github actions and not locally. Also added signing for snapshots also.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.