18F / micropurchase

18F's micro-purchase threshold experiment management app.
https://micropurchase.18f.gov
Other
68 stars 37 forks source link

How was Hakiri integrated with this project? #1532

Closed nasifimtiazohi closed 5 years ago

nasifimtiazohi commented 5 years ago

I see from the readme badge that this project is integrated with Hakiri.

However, from hakiri log, https://hakiri.io/github/18F/micropurchase/master, I only see a handful commits, and those commits are not consecutive either. Seems like the hakiri log contains commits in a scattered order.

Can you tell me why is this and how exactly was hakiri used with this project?

@jessieay @stvnrlly

jessieay commented 5 years ago

Unfortunately, I don't know much about how Hakiri works. This project might , have been my only experience with Hakiri. At one point I seem to remember having some Hakiri webhooks on PRs so you couldn't merge if there were any issue detected. It is possible that was turned off, which is why there are only a few commits on hakiri.io.

If you look at the README, it says that we are using Hakiri to monitor for any known issues with Ruby and Rails versions and says to run command locally to check for security issues: https://github.com/18F/micropurchase#security-scans

So perhaps we just included it to be used as a local utility?

Wish I remembered more!

nasifimtiazohi commented 5 years ago

Thanks a lot for taking the time. That helps! @jessieay