Gareth Jones
Gareth Jones
I have started using this library in a project (it's working great!) and noticed the types were lacking so I've done my best to fill them out as I've used...
The current pattern assumes that compiled code will have spaces before and after the `=` character even though that isn't a requirement of the language for assignments, so it won't...
This alias has been removed in Jest v30
On the surface this was pretty much a drop-in replacement which is really exciting, but there are a couple of quirks that we may or may not want to deal...
This is an attempt to make our CI easier to work with day-to-day by introducing `go-vcr` as a proxy to record and replay certain HTTP requests, with our "update snapshots"...
Resolves #254
The [`--sbom` flag](https://google.github.io/osv-scanner/usage/scan-source#specify-sbom) was introduced while we were still figuring out how to handle scanning in different contexts and stuff like resolving patterns to files (like with `requirements.txt`) rather than...
It turns out we're not covering logic in the `output` package related to the `LicenseSummary` field - we should expand our test fixtures for that package to include those cases....
I'm happy to take alternative names for the environment and local config variables Resolves #2774